From 945d4ccdd98586ed52c938c7575bfb688f885b1f Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 3 Apr 2010 21:22:38 +0000 Subject: Fix wording / typography, and a slightly misleading statement (memoryviews don't support complex structures right now) --- Doc/library/stdtypes.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index e5fdf66..3307685 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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) -- cgit v0.12