]> granicus.if.org Git - python/commitdiff
Add link to the buffer protocol description from the memory description.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:01:43 +0000 (20:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:01:43 +0000 (20:01 +0000)
Doc/library/stdtypes.rst

index b2931ae48a7c3f6651c81945a367ddae222f572d..e981214870fb4b41fc35b69225ea67ffdd6dd8a9 100644 (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)