From: Andrés Delfino Date: Fri, 15 Jun 2018 19:42:20 +0000 (-0300) Subject: bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) X-Git-Tag: v3.8.0a1~1554 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65;p=thirdparty%2FPython%2Fcpython.git bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f24ed62f1a31..ba886f1da2bd 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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: