]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove % from title, since it makes latex barf
authorBenjamin Peterson <benjamin@python.org>
Wed, 13 May 2015 15:19:06 +0000 (11:19 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 13 May 2015 15:19:06 +0000 (11:19 -0400)
Doc/whatsnew/3.5.rst

index b7883652b5d93387cd2309094f2edf2c6fe16e13..46ea6fc9a8033cf6593f5b11c9758a76167c1b42 100644 (file)
@@ -121,8 +121,8 @@ Please read on for a comprehensive list of user-facing changes.
        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`.