[Python-checkins] cpython (3.5): alter header; '%' really throws latex through a loop
benjamin.peterson
python-checkins at python.org
Wed Jun 22 02:47:33 EDT 2016
https://hg.python.org/cpython/rev/cae0b7ffeb9f
changeset: 102124:cae0b7ffeb9f
branch: 3.5
parent: 102114:83d731f01dde
user: Benjamin Peterson <benjamin at python.org>
date: Tue Jun 21 23:47:16 2016 -0700
summary:
alter header; '%' really throws latex through a loop
files:
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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -356,8 +356,8 @@
.. _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`
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list