commit | 38b86b4cf555e7054fb0c51cdbb1b76fed0ccf7c | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sat May 12 23:29:32 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sat May 12 23:29:32 2012 +0200 |
tree | e551e699f0db5385101617823eb6168d4d5f2232 | |
parent | 5fddf866d8cbd03f400cce3958a9ca10b9095332 [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 1f8e230..fc0bd24 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst
@@ -292,7 +292,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`