mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix SF bug #687655, String formatting conversions misleading
This commit is contained in:
parent
1fb1400d08
commit
f927f14eda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue