]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix SF bug #687655, String formatting conversions misleading
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:59:54 +0000 (18:59 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:59:54 +0000 (18:59 +0000)
Doc/lib/libstdtypes.tex

index 4c4b7218e1cf0b74797b3d8d835a847d9fc764af..fcc3361593b4e613f975ea94cb260b2517adcfb4 100644 (file)
@@ -792,7 +792,7 @@ The conversion flag characters are:
 \begin{tableii}{c|l}{character}{Flag}{Meaning}
   \lineii{\#}{The value conversion will use the ``alternate form''
               (where defined below).}
-  \lineii{0}{The conversion will be zero padded.}
+  \lineii{0}{The conversion will be zero padded for numeric values.}
   \lineii{-}{The converted value is left adjusted (overrides
              the \character{0} conversion if both are given).}
   \lineii{{~}}{(a space) A blank should be left before a positive number