diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-13 15:19:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-13 15:19:06 (GMT) |
commit | 5562c90377137064356605f57a976a7a0fc458bf (patch) | |
tree | 86330110ac8be031b0c85f2b18ec18bedc2c54eb /Doc/whatsnew | |
parent | dce0405f033b8da939f8c8500f60397fe954cba9 (diff) | |
download | cpython-5562c90377137064356605f57a976a7a0fc458bf.zip cpython-5562c90377137064356605f57a976a7a0fc458bf.tar.gz cpython-5562c90377137064356605f57a976a7a0fc458bf.tar.bz2 |
remove % from title, since it makes latex barf
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 index b788365..46ea6fc 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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`. |