From 1b10b8ccd3f4143db59bec6c6611bd03bc675f9b Mon Sep 17 00:00:00 2001 From: "d.grigonis" Date: Mon, 3 Feb 2025 16:43:44 +0200 Subject: [PATCH] edit --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 3b8f0058790f78..24c1f7c7780cd5 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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)