[Python-checkins] cpython (3.5): alter header; '%' really throws latex through a loop

larry.hastings python-checkins at python.org
Sun Jun 26 23:02:10 EDT 2016


https://hg.python.org/cpython/rev/36cd79252be0
changeset:   102191:36cd79252be0
branch:      3.5
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