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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=334be84540bb1c0493cdb6c51de5580b66333bdc;p=thirdparty%2FPython%2Fcpython.git 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 77f1e8e98294..ee6dbbc65636 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`