Skip to content

Commit 1b10b8c

Browse files
committed
edit
1 parent 6312b39 commit 1b10b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ implementation as the built-in :meth:`~str.format` method.
136136
field, then the values of *field_name*, *format_spec* and *conversion*
137137
will be ``None``.
138138

139-
The value of *field_name* is unmodified user input and auto-numbering of
139+
The value of *field_name* is unmodified and auto-numbering of
140140
non-numbered positional fields is done by :meth:`vformat`.
141141

142142
.. method:: get_field(field_name, args, kwargs)

0 commit comments

Comments
 (0)