summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-21 23:47:16 -0700
committerBenjamin Peterson <benjamin@python.org>2016-06-21 23:47:16 -0700
commit95d8abe8d7fd3d06180aa7f225ce768432b0ae8a (patch)
treea9b841a0e35c23576562e78a486d3705c6326532
parent4762d3eefd6cb29241d683d84236fb5df40e9f70 (diff)
downloadcpython-95d8abe8d7fd3d06180aa7f225ce768432b0ae8a.tar.gz
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 dc55c65f97..8fc2f6cfd4 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`