mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
#11373: fix spelling.
This commit is contained in:
parent
21b832e8c1
commit
3a610a561a
1 changed files with 1 additions and 1 deletions
|
@ -2575,7 +2575,7 @@ is generally interpreted as simple bytes.
|
|||
.. class:: memoryview(obj)
|
||||
|
||||
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:`str` and :class:`bytearray` (but not :class:`unicode`).
|
||||
|
||||
A :class:`memoryview` has the notion of an *element*, which is the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue