Commit a9d0b34a authored by Andrés Delfino's avatar Andrés Delfino Committed by Terry Jan Reedy

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

parent 69511860
...@@ -3388,7 +3388,10 @@ Notes: ...@@ -3388,7 +3388,10 @@ Notes:
The bytearray version of this method does *not* operate in place - it The bytearray version of this method does *not* operate in place - it
always produces a new object, even if no changes were made. 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 .. versionadded:: 3.5
.. _typememoryview: .. _typememoryview:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment