From 71c1cff83fa41814765a3c80ccc6526d58fa64c7 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 1 May 2013 14:13:05 +0300 Subject: [PATCH] #16518: fix links in glossary entry. --- Doc/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 19b02f4e8f8e..0d02d1acfc8c 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -78,8 +78,8 @@ Glossary `_, 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 `, + like :class:`str` or :class:`bytearray`. bytecode Python source code is compiled into bytecode, the internal representation -- 2.47.3