commit | 334be84540bb1c0493cdb6c51de5580b66333bdc | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sat May 12 23:29:06 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sat May 12 23:29:06 2012 +0200 |
tree | 3f5b546204ab3d4c3bbc278e41f07c2d0007bd22 | |
parent | 56f5c38320f25f17b777a4202f6189ec27557783 [diff] |
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 77f1e8e..ee6dbbc 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst
@@ -322,7 +322,7 @@ .. 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`