Kaydet (Commit) f927f14e authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix SF bug #687655, String formatting conversions misleading

üst 1fb1400d
...@@ -800,7 +800,7 @@ The conversion flag characters are: ...@@ -800,7 +800,7 @@ The conversion flag characters are:
\begin{tableii}{c|l}{character}{Flag}{Meaning} \begin{tableii}{c|l}{character}{Flag}{Meaning}
\lineii{\#}{The value conversion will use the ``alternate form'' \lineii{\#}{The value conversion will use the ``alternate form''
(where defined below).} (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 \lineii{-}{The converted value is left adjusted (overrides
the \character{0} conversion if both are given).} the \character{0} conversion if both are given).}
\lineii{{~}}{(a space) A blank should be left before a positive number \lineii{{~}}{(a space) A blank should be left before a positive number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment