]> granicus.if.org Git - python/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 f0ba0a97c60f874d1cae6bc19a63b5d6daac8687..b532285f6486eac9b40f82841f1a8ba514874800 100644 (file)
@@ -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