Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-pb committed Feb 3, 2025
1 parent 6312b39 commit 1b10b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ implementation as the built-in :meth:`~str.format` method.
field, then the values of *field_name*, *format_spec* and *conversion*
will be ``None``.

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

.. method:: get_field(field_name, args, kwargs)
Expand Down

0 comments on commit 1b10b8c

Please sign in to comment.