diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-01 11:13:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-01 11:13:05 (GMT) |
commit | 71c1cff83fa41814765a3c80ccc6526d58fa64c7 (patch) | |
tree | 5183007d4d24674f2b4d5367015878aedcba9cd9 | |
parent | b996e04f1163caeb740248350e3b28d2df1fa8f4 (diff) | |
download | cpython-71c1cff83fa41814765a3c80ccc6526d58fa64c7.zip cpython-71c1cff83fa41814765a3c80ccc6526d58fa64c7.tar.gz cpython-71c1cff83fa41814765a3c80ccc6526d58fa64c7.tar.bz2 |
#16518: fix links in glossary entry.
-rw-r--r-- | Doc/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 19b02f4..0d02d1a 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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 |