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

Fix wording / typography, and a slightly misleading statement

(memoryviews don't support complex structures right now)
üst 60fccd2f
......@@ -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)
......
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