Update syntax.rst
This commit is contained in:
parent
061a9897fe
commit
674c326d7c
@ -77,7 +77,7 @@ The general form of a *standard format specifier* is:
|
|||||||
.. productionlist:: sf
|
.. productionlist:: sf
|
||||||
format_spec: [[`fill`]`align`][`sign`]["#"]["0"][`width`]["." `precision`][`type`]
|
format_spec: [[`fill`]`align`][`sign`]["#"]["0"][`width`]["." `precision`][`type`]
|
||||||
fill: <a character other than '{', '}' or '\0'>
|
fill: <a character other than '{', '}' or '\0'>
|
||||||
align: "<" | ">" | "=" | "^"
|
align: "<" | ">" | "^"
|
||||||
sign: "+" | "-" | " "
|
sign: "+" | "-" | " "
|
||||||
width: `integer` | "{" `arg_id` "}"
|
width: `integer` | "{" `arg_id` "}"
|
||||||
precision: `integer` | "{" `arg_id` "}"
|
precision: `integer` | "{" `arg_id` "}"
|
||||||
|
Loading…
Reference in New Issue
Block a user