Add link to the buffer protocol description from the memory description.

This commit is contained in:
Antoine Pitrou 2010-12-12 20:01:43 +00:00
parent 8abc93580d
commit cc4edd59d6
1 changed files with 2 additions and 2 deletions

View File

@ -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 <bufferobjects>` without
copying. Memory is generally interpreted as simple bytes.
.. class:: memoryview(obj)