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 41e3ea1 commit 4664a7cCopy full SHA for 4664a7c
Doc/library/string.rst
@@ -310,7 +310,7 @@ non-empty format specification typically modifies the result.
310
The general form of a *standard format specifier* is:
311
312
.. productionlist:: format-spec
313
- format_spec: [[`fill`]`align`][`sign`][z][#][0][`width`][`grouping_option`][.`precision`][`type`]
+ format_spec: [[`fill`]`align`][`sign`]["z"]["#"]["0"][`width`][`grouping_option`]["." `precision`][`type`]
314
fill: <any character>
315
align: "<" | ">" | "=" | "^"
316
sign: "+" | "-" | " "
0 commit comments