Commit 12a6153a authored by Georg Brandl's avatar Georg Brandl

#11373: fix spelling.

parent 3640e18d
...@@ -2102,7 +2102,7 @@ copying. Memory is generally interpreted as simple bytes. ...@@ -2102,7 +2102,7 @@ copying. Memory is generally interpreted as simple bytes.
.. class:: memoryview(obj) .. class:: memoryview(obj)
Create a :class:`memoryview` that references *obj*. *obj* must support the Create a :class:`memoryview` that references *obj*. *obj* must support the
buffer protocol. Builtin objects that support the buffer protocol include buffer protocol. Built-in objects that support the buffer protocol include
:class:`bytes` and :class:`bytearray`. :class:`bytes` and :class:`bytearray`.
A :class:`memoryview` has the notion of an *element*, which is the A :class:`memoryview` has the notion of an *element*, which is the
......
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