diff --git a/doc/syntax.rst b/doc/syntax.rst index 66b99b99..56b70f07 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -77,7 +77,7 @@ The general form of a *standard format specifier* is: .. productionlist:: sf format_spec: [[`fill`]`align`][`sign`]["#"]["0"][`width`]["." `precision`][`type`] fill: - align: "<" | ">" | "=" | "^" + align: "<" | ">" | "^" sign: "+" | "-" | " " width: `integer` | "{" `arg_id` "}" precision: `integer` | "{" `arg_id` "}"