cpython (2.7): #16518: fix links in glossary entry.
http://hg.python.org/cpython/rev/d1aa8a9eba44 changeset: 83579:d1aa8a9eba44 branch: 2.7 user: Ezio Melotti <ezio.melotti@gmail.com> date: Wed May 01 14:13:05 2013 +0300 summary: #16518: fix links in glossary entry. files: Doc/glossary.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -78,8 +78,8 @@ <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 -- Repository URL: http://hg.python.org/cpython
participants (1)
-
ezio.melotti