]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#11373: fix spelling.
authorGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 09:57:52 +0000 (10:57 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 09:57:52 +0000 (10:57 +0100)
Doc/library/stdtypes.rst

index 2e8b7724659d460004e34d7755d725fe366a8857..1b7d5ec9496cd30dcaf6026842c1cd56a57c8098 100644 (file)
@@ -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