From f8cca7e4a03097e3a3d2ba4f7ed89f6e320ea66b Mon Sep 17 00:00:00 2001 From: "d.grigonis" Date: Mon, 3 Feb 2025 16:48:52 +0200 Subject: [PATCH] edit2 --- Doc/library/string.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 24c1f7c7780cd5..11f11b45c92181 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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)