]> granicus.if.org Git - python/commitdiff
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 12 May 2012 21:29:06 +0000 (23:29 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 12 May 2012 21:29:06 +0000 (23:29 +0200)
Doc/library/string.rst

index 77f1e8e98294a76c4c4e9e5adddce43167d14b81..ee6dbbc656366c818a61a6a3d7a7b5d7830f68c1 100644 (file)
@@ -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: <a character other than '}'>
+   fill: <a character other than '{' or '}'>
    align: "<" | ">" | "=" | "^"
    sign: "+" | "-" | " "
    width: `integer`