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

Link to the Format Specification Mini Language section from f-strings' documentation.
This commit is contained in:
Mariatta 2017-12-15 10:07:01 -08:00 committed by GitHub
parent 9402c8367b
commit d924fa523d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.