summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-22 06:47:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-06-22 06:47:16 (GMT)
commit909acb8c633fb888de2da75e6693326343284ac8 (patch)
tree6bcf410cb642637b312b45a041fef1a3525ea40e
parent42d4b9c22c0ccd54e93dcc491b51d47ac0dea932 (diff)
downloadcpython-909acb8c633fb888de2da75e6693326343284ac8.zip
cpython-909acb8c633fb888de2da75e6693326343284ac8.tar.gz
cpython-909acb8c633fb888de2da75e6693326343284ac8.tar.bz2
alter header; '%' really throws latex through a loop
-rw-r--r--Doc/whatsnew/3.5.rst4
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`