Skip to content

Commit a9d0b34

Browse files
andresdelfinoterryjreedy
authored andcommitted
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
1 parent 6951186 commit a9d0b34

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
@@ -3388,7 +3388,10 @@ Notes:
33883388
The bytearray version of this method does *not* operate in place - it
33893389
always produces a new object, even if no changes were made.
33903390

3391-
.. seealso:: :pep:`461`.
3391+
.. seealso::
3392+
3393+
:pep:`461` - Adding % formatting to bytes and bytearray
3394+
33923395
.. versionadded:: 3.5
33933396

33943397
.. _typememoryview:

0 commit comments

Comments
 (0)