From: Sandro Tosi Date: Sat, 12 May 2012 21:29:32 +0000 (+0200) Subject: correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ X-Git-Tag: v3.3.0a4~197^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38b86b4cf555e7054fb0c51cdbb1b76fed0ccf7c;p=python correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 1f8e2304f0..fc0bd2449b 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -292,7 +292,7 @@ The general form of a *standard format specifier* is: .. productionlist:: sf format_spec: [[`fill`]`align`][`sign`][#][0][`width`][,][.`precision`][`type`] - fill: + fill: align: "<" | ">" | "=" | "^" sign: "+" | "-" | " " width: `integer`