]> granicus.if.org Git - python/commitdiff
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
authorAndrés Delfino <adelfino@gmail.com>
Fri, 15 Jun 2018 19:42:20 +0000 (16:42 -0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 15 Jun 2018 19:42:20 +0000 (15:42 -0400)
Doc/library/stdtypes.rst

index f24ed62f1a3178f5e749e396fda6261f7fafc1b9..ba886f1da2bda6cb84450b26f56bcf49165a7cca 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: