diff options
| author | Georg Brandl <georg@python.org> | 2011-03-06 09:57:52 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-03-06 09:57:52 (GMT) |
| commit | 3a610a561a4d37f0741dda1e316fd6c4b711ad8f (patch) | |
| tree | aae56c806ab8e662f7ead6cf3799730153681f4f | |
| parent | 21b832e8c1a03d9d805bc792ec56edb42ecc380f (diff) | |
| download | cpython-3a610a561a4d37f0741dda1e316fd6c4b711ad8f.zip cpython-3a610a561a4d37f0741dda1e316fd6c4b711ad8f.tar.gz cpython-3a610a561a4d37f0741dda1e316fd6c4b711ad8f.tar.bz2 | |
#11373: fix spelling.
| -rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f0ba0a9..b532285 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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 |
