]> granicus.if.org Git - python/commitdiff
Fix SF bug #687655, String formatting conversions misleading
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:57:06 +0000 (18:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:57:06 +0000 (18:57 +0000)
Doc/lib/libstdtypes.tex

index 5f4a154c994643348517a0bf3c428b3f193c3b85..f6b63694df8c9a416b1048819bcbefe301161563 100644 (file)
@@ -800,7 +800,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