From 909acb8c633fb888de2da75e6693326343284ac8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 21 Jun 2016 23:47:16 -0700 Subject: [PATCH] alter header; '%' really throws latex through a loop --- Doc/whatsnew/3.5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index dc55c65f975..8fc2f6cfd4e 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 ` to :class:`bytes`