Skip to content

Commit

Permalink
edit2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-pb committed Feb 3, 2025
1 parent 1b10b8c commit f8cca7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Doc/library/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,8 @@ implementation as the built-in :meth:`~str.format` method.
(which can happen if two replacement fields occur consecutively), then
*literal_text* will be a zero-length string. If there is no replacement
field, then the values of *field_name*, *format_spec* and *conversion*
will be ``None``.

The value of *field_name* is unmodified and auto-numbering of
non-numbered positional fields is done by :meth:`vformat`.
will be ``None``. 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 f8cca7e

Please sign in to comment.