[Python-checkins] cpython: remove % from title, since it makes latex barf

benjamin.peterson python-checkins at python.org
Wed May 13 17:19:33 CEST 2015


https://hg.python.org/cpython/rev/647fad777cff
changeset:   96024:647fad777cff
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed May 13 11:19:06 2015 -0400
summary:
  remove % from title, since it makes latex barf

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
@@ -121,8 +121,8 @@
        PEP written by Carl Meyer
 
 
-PEP 461 - Adding % formatting to bytes and bytearray
-----------------------------------------------------
+PEP 461 - Adding formatting to bytes and bytearray
+--------------------------------------------------
 
 This PEP proposes adding % formatting operations similar to Python 2's ``str``
 type to :class:`bytes` and :class:`bytearray`.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list