diff options
-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 |