]> granicus.if.org Git - python/commitdiff
improve section title
authorBenjamin Peterson <benjamin@python.org>
Sun, 31 May 2015 05:22:42 +0000 (00:22 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 31 May 2015 05:22:42 +0000 (00:22 -0500)
Doc/whatsnew/3.5.rst

index 10a9a2b32f077fc5e275444ef0c3c58f9d8f5f41..c39d975f871bb51aea69e9af2d67043ceb940ed4 100644 (file)
@@ -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`.