We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6951186 commit a9d0b34Copy full SHA for a9d0b34
Doc/library/stdtypes.rst
@@ -3388,7 +3388,10 @@ Notes:
3388
The bytearray version of this method does *not* operate in place - it
3389
always produces a new object, even if no changes were made.
3390
3391
-.. seealso:: :pep:`461`.
+.. seealso::
3392
+
3393
+ :pep:`461` - Adding % formatting to bytes and bytearray
3394
3395
.. versionadded:: 3.5
3396
3397
.. _typememoryview:
0 commit comments