From: Sandro Tosi Date: Sat, 12 May 2012 21:29:06 +0000 (+0200) Subject: correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ X-Git-Tag: v2.7.4rc1~833 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=334be84540bb1c0493cdb6c51de5580b66333bdc;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 77f1e8e982..ee6dbbc656 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -322,7 +322,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`