remove % from title, since it makes latex barf

This commit is contained in:
Benjamin Peterson 2015-05-13 11:19:06 -04:00
parent dce0405f03
commit 5562c90377
1 changed files with 2 additions and 2 deletions

View 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`.