summaryrefslogtreecommitdiffstats
path: root/Doc
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)
commit8550bd80ae1706f0683e4d0e6838bdf4930fefa4 (patch)
tree5f49e83c2583e429a3cb21a49cd20daeea3fca24 /Doc
parentc529af3fcb2c1a48780f66291970f4527659fa30 (diff)
downloadcpython-8550bd80ae1706f0683e4d0e6838bdf4930fefa4.zip
cpython-8550bd80ae1706f0683e4d0e6838bdf4930fefa4.tar.gz
cpython-8550bd80ae1706f0683e4d0e6838bdf4930fefa4.tar.bz2
alter header; '%' really throws latex through a loop
Diffstat (limited to 'Doc')
-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`