Kaydet (Commit) cc4edd59 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

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

üst 8abc9358
......@@ -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)
......
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