PEP 461: fix reST syntax
This commit is contained in:
parent
d8a5b4d315
commit
411a9329de
|
@ -51,7 +51,7 @@ Proposed semantics for ``bytes`` and ``bytearray`` formatting
|
|||
---------------
|
||||
|
||||
All the numeric formatting codes (``d``, ``i``, ``o``, ``u``, ``x``, ``X``,
|
||||
``e``, ``E'', ``f``, ``F``, ``g``, ``G``, and any that are subsequently added
|
||||
``e``, ``E``, ``f``, ``F``, ``g``, ``G``, and any that are subsequently added
|
||||
to Python 3) will be supported, and will work as they do for str, including
|
||||
the padding, justification and other related modifiers (currently ``#``, ``0``,
|
||||
``-``, `` `` (space), and ``+`` (plus any added to Python 3)). The only
|
||||
|
|
Loading…
Reference in New Issue