[Python-checkins] cpython (3.2): correctly define what 'fill' could be; thanks to Leland Hulbert from docs@

sandro.tosi python-checkins at python.org
Sat May 12 23:32:30 CEST 2012


http://hg.python.org/cpython/rev/04e7264e8fcf
changeset:   76887:04e7264e8fcf
branch:      3.2
parent:      76870:ae141eebcf96
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat May 12 23:29:32 2012 +0200
summary:
  correctly define what 'fill' could be; thanks to Leland Hulbert from docs@

files:
  Doc/library/string.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/string.rst b/Doc/library/string.rst
--- 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`

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list