Commit 71c1cff8 authored by Ezio Melotti's avatar Ezio Melotti

#16518: fix links in glossary entry.

parent b996e04f
...@@ -78,8 +78,8 @@ Glossary ...@@ -78,8 +78,8 @@ Glossary
<http://www.python.org/~guido/>`_, Python's creator. <http://www.python.org/~guido/>`_, Python's creator.
bytes-like object bytes-like object
An object that supports the :ref:`bufferobjects`, like :class:`bytes` or An object that supports the :ref:`buffer protocol <bufferobjects>`,
:class:`bytearray`. like :class:`str` or :class:`bytearray`.
bytecode bytecode
Python source code is compiled into bytecode, the internal representation Python source code is compiled into bytecode, the internal representation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment