]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Dec 2017 18:11:17 +0000 (10:11 -0800)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 15 Dec 2017 18:11:17 +0000 (10:11 -0800)
Link to the Format Specification Mini Language section from f-strings' documentation.
(cherry picked from commit d924fa523df766dbf2f8b6a28ae502eb3433bfe5)

Doc/reference/lexical_analysis.rst

index 4a5abf627681556f852fac12c95706e11093c3af..30dc72184ae28614bdb69832afece63257e1a671 100644 (file)
@@ -656,7 +656,8 @@ the final value of the whole string.
 
 Top-level format specifiers may include nested replacement fields.
 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
 cannot be split across literals.