bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (#7719)

(cherry picked from commit a9d0b34a5c)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-06-15 13:14:32 -07:00 committed by Terry Jan Reedy
parent c05c0e045c
commit ce1bda774e
1 changed files with 4 additions and 1 deletions

View File

@ -3388,7 +3388,10 @@ Notes:
The bytearray version of this method does *not* operate in place - it
always produces a new object, even if no changes were made.
.. seealso:: :pep:`461`.
.. seealso::
:pep:`461` - Adding % formatting to bytes and bytearray
.. versionadded:: 3.5
.. _typememoryview: