From: Antoine Pitrou Date: Sun, 12 Dec 2010 20:01:43 +0000 (+0000) Subject: Add link to the buffer protocol description from the memory description. X-Git-Tag: v3.2b2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc4edd59d65f6c1c31d1331a0a61681c09bb43dc;p=python Add link to the buffer protocol description from the memory description. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index b2931ae48a..e981214870 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2279,8 +2279,8 @@ memoryview type =============== :class:`memoryview` objects allow Python code to access the internal data -of an object that supports the buffer protocol without copying. Memory -is generally interpreted as simple bytes. +of an object that supports the :ref:`buffer protocol ` without +copying. Memory is generally interpreted as simple bytes. .. class:: memoryview(obj)