We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2145c8c commit e2fb8a2Copy full SHA for e2fb8a2
Doc/reference/lexical_analysis.rst
@@ -704,7 +704,7 @@ Top-level format specifiers may include nested replacement fields. These nested
704
fields may include their own conversion fields and :ref:`format specifiers
705
<formatspec>`, but may not include more deeply-nested replacement fields. The
706
:ref:`format specifier mini-language <formatspec>` is the same as that used by
707
-the string .format() method.
+the :meth:`str.format` method.
708
709
Formatted string literals may be concatenated, but replacement fields
710
cannot be split across literals.
0 commit comments