From 674c326d7c372687f2d244d72604bc35d2448d15 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 29 Dec 2019 07:25:34 -1000 Subject: [PATCH] Update syntax.rst --- doc/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` "}"