diff options
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index dc55c65..8fc2f6c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -356,8 +356,8 @@ unpackings (see :ref:`exprlists` and :ref:`dict`):: .. _whatsnew-pep-461: -PEP 461 - % formatting support for bytes and bytearray ------------------------------------------------------- +PEP 461 - percent formatting support for bytes and bytearray +------------------------------------------------------------ :pep:`461` adds support for the ``%`` :ref:`interpolation operator <bytes-formatting>` to :class:`bytes` |