#11373: fix spelling.

This commit is contained in:
Georg Brandl 2011-03-06 10:57:52 +01:00
parent 3640e18d90
commit 12a6153aee
1 changed files with 1 additions and 1 deletions

View File

@ -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