]> granicus.if.org Git - python/commitdiff
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (#7719)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Jun 2018 20:14:32 +0000 (13:14 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 15 Jun 2018 20:14:32 +0000 (16:14 -0400)
(cherry picked from commit a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/stdtypes.rst

index 62373c1810c55cd4314bdc58b70987394b3d0179..7cab6703746880bc454f44b42b1e3109f7c0b7a8 100644 (file)
@@ -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: