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

This commit is contained in:
Andrés Delfino 2018-06-15 16:42:20 -03:00 committed by Terry Jan Reedy
parent 695118600f
commit a9d0b34a5c
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: