[Python-checkins] cpython (2.7): #16518: fix links in glossary entry.

ezio.melotti python-checkins at python.org
Wed May 1 13:13:21 CEST 2013


http://hg.python.org/cpython/rev/d1aa8a9eba44
changeset:   83579:d1aa8a9eba44
branch:      2.7
user:        Ezio Melotti <ezio.melotti at 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


More information about the Python-checkins mailing list