Commit d924fa52 authored by Mariatta's avatar Mariatta Committed by GitHub

F-strings docs: link to Format Specifiers (GH-4888)

Link to the Format Specification Mini Language section from f-strings' documentation.
parent 9402c836
...@@ -656,7 +656,8 @@ the final value of the whole string. ...@@ -656,7 +656,8 @@ the final value of the whole string.
Top-level format specifiers may include nested replacement fields. Top-level format specifiers may include nested replacement fields.
These nested fields may include their own conversion fields and These nested fields may include their own conversion fields and
format specifiers, but may not include more deeply-nested replacement fields. :ref:`format specifiers <formatspec>`, but may not include more
deeply-nested replacement fields.
Formatted string literals may be concatenated, but replacement fields Formatted string literals may be concatenated, but replacement fields
cannot be split across literals. cannot be split across literals.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment