]> granicus.if.org Git - python/commitdiff
Fix wording / typography, and a slightly misleading statement
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Apr 2010 21:22:38 +0000 (21:22 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Apr 2010 21:22:38 +0000 (21:22 +0000)
(memoryviews don't support complex structures right now)

Doc/library/stdtypes.rst

index e5fdf663a8637b19ae84faa2d2987e88ca188fe8..330768589d33574b75b8f7002d22bc43a4bc5d19 100644 (file)
@@ -2539,12 +2539,12 @@ the particular object.
 
 .. _typememoryview:
 
-memoryview Types
-================
+memoryview type
+===============
 
-:class:`memoryview`\s allow Python code to access the internal data of an object
-that supports the buffer protocol without copying.  Memory can be interpreted as
-simple bytes or complex data structures.
+: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.
 
 .. class:: memoryview(obj)