mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
#10200: typo.
This commit is contained in:
parent
6a65c5df86
commit
70cd7bc748
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue