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