diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-31 00:22:42 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-31 00:22:42 -0500 |
commit | 3d4a457663d5b211e9357bd2ccfd60e0b5d9e57b (patch) | |
tree | 8e786807fdb5ea7d2158dd015e0bbbd28d453505 | |
parent | ad583a8e6de1ea023d2b20b72a1910465ecfc82c (diff) | |
download | cpython-git-3d4a457663d5b211e9357bd2ccfd60e0b5d9e57b.tar.gz |
improve section title
-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 10a9a2b32f..c39d975f87 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -151,8 +151,8 @@ PEP written and implemented by Yury Selivanov. :pep:`492` -- Coroutines with async and await syntax -PEP 461 - Adding formatting to bytes and bytearray --------------------------------------------------- +PEP 461 - Formatting support for bytes and bytearray +---------------------------------------------------- This PEP proposes adding % formatting operations similar to Python 2's ``str`` type to :class:`bytes` and :class:`bytearray`. |