PEP 461: fix reST syntax

This commit is contained in:
Victor Stinner 2014-03-27 11:34:18 +01:00
parent d8a5b4d315
commit 411a9329de
1 changed files with 1 additions and 1 deletions

View File

@ -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