bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
This commit is contained in:
parent
695118600f
commit
a9d0b34a5c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue