summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-05-12 23:29:32 +0200
committerSandro Tosi <sandro.tosi@gmail.com>2012-05-12 23:29:32 +0200
commit38b86b4cf555e7054fb0c51cdbb1b76fed0ccf7c (patch)
treee551e699f0db5385101617823eb6168d4d5f2232 /Doc/library/string.rst
parent5fddf866d8cbd03f400cce3958a9ca10b9095332 (diff)
downloadcpython-git-38b86b4cf555e7054fb0c51cdbb1b76fed0ccf7c.tar.gz
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 1f8e2304f0..fc0bd2449b 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -292,7 +292,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`