Commit a3280ac9 authored by Georg Brandl's avatar Georg Brandl

#10200: typo.

parent 43148984
......@@ -114,7 +114,7 @@ implementation as the built-in :meth:`format` method.
Loop over the format_string and return an iterable of tuples
(*literal_text*, *field_name*, *format_spec*, *conversion*). This is used
by :meth:`vformat` to break the string in to either literal text, or
by :meth:`vformat` to break the string into either literal text, or
replacement fields.
The values in the tuple conceptually represent a span of literal text
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment