File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -654,10 +654,11 @@ expression or conversion result. An empty string is passed when the
654654format specifier is omitted. The formatted result is then included in
655655the final value of the whole string.
656656
657- Top-level format specifiers may include nested replacement fields.
658- These nested fields may include their own conversion fields and
659- :ref: `format specifiers <formatspec >`, but may not include more
660- deeply-nested replacement fields.
657+ Top-level format specifiers may include nested replacement fields. These nested
658+ fields may include their own conversion fields and :ref: `format specifiers
659+ <formatspec>`, but may not include more deeply-nested replacement fields. The
660+ :ref: `format specifier mini-language <formatspec >` is the same as that used by
661+ the string .format() method.
661662
662663Formatted string literals may be concatenated, but replacement fields
663664cannot be split across literals.
You can’t perform that action at this time.
0 commit comments