Skip to content

Commit ae4b2af

Browse files
miss-islingtonandresdelfino
authored andcommitted
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720)
(cherry picked from commit a9d0b34) Co-authored-by: Andrés Delfino <[email protected]>
1 parent cd9ede6 commit ae4b2af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,10 @@ Notes:
33603360
The bytearray version of this method does *not* operate in place - it
33613361
always produces a new object, even if no changes were made.
33623362

3363-
.. seealso:: :pep:`461`.
3363+
.. seealso::
3364+
3365+
:pep:`461` - Adding % formatting to bytes and bytearray
3366+
33643367
.. versionadded:: 3.5
33653368

33663369
.. _typememoryview:

0 commit comments

Comments
 (0)