]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16518: fix links in glossary entry.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 1 May 2013 11:13:05 +0000 (14:13 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 1 May 2013 11:13:05 +0000 (14:13 +0300)
Doc/glossary.rst

index 19b02f4e8f8e38beb63a4a4aedd9a324af06fbcc..0d02d1acfc8c3d467d6eaaff97bb95267f831e6c 100644 (file)
@@ -78,8 +78,8 @@ Glossary
       <http://www.python.org/~guido/>`_, Python's creator.
 
    bytes-like object
-      An object that supports the :ref:`bufferobjects`, like :class:`bytes` or
-      :class:`bytearray`.
+      An object that supports the :ref:`buffer protocol <bufferobjects>`,
+      like :class:`str` or :class:`bytearray`.
 
    bytecode
       Python source code is compiled into bytecode, the internal representation