summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 09:57:52 (GMT)
committerGeorg Brandl <georg@python.org>2011-03-06 09:57:52 (GMT)
commit12a6153aeed41b6ef6bea93fa62427a3c5f7de56 (patch)
treee6de749de42c0fdfe52332dfd08f04aaa980cbea
parent3640e18d90098a37d8cb841ec145a9c9e0d54f5b (diff)
downloadcpython-12a6153aeed41b6ef6bea93fa62427a3c5f7de56.zip
cpython-12a6153aeed41b6ef6bea93fa62427a3c5f7de56.tar.gz
cpython-12a6153aeed41b6ef6bea93fa62427a3c5f7de56.tar.bz2
#11373: fix spelling.
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 2e8b772..1b7d5ec 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2102,7 +2102,7 @@ copying. Memory 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:`bytes` and :class:`bytearray`.
A :class:`memoryview` has the notion of an *element*, which is the