mirror of https://github.com/python/cpython.git
Add link to the buffer protocol description from the memory description.
This commit is contained in:
parent
8abc93580d
commit
cc4edd59d6
|
@ -2279,8 +2279,8 @@ memoryview type
|
||||||
===============
|
===============
|
||||||
|
|
||||||
:class:`memoryview` objects allow Python code to access the internal data
|
:class:`memoryview` objects allow Python code to access the internal data
|
||||||
of an object that supports the buffer protocol without copying. Memory
|
of an object that supports the :ref:`buffer protocol <bufferobjects>` without
|
||||||
is generally interpreted as simple bytes.
|
copying. Memory is generally interpreted as simple bytes.
|
||||||
|
|
||||||
.. class:: memoryview(obj)
|
.. class:: memoryview(obj)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue