From: Georg Brandl Date: Sun, 6 Mar 2011 09:57:52 +0000 (+0100) Subject: #11373: fix spelling. X-Git-Tag: v3.2.1b1~342^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12a6153aeed41b6ef6bea93fa62427a3c5f7de56;p=thirdparty%2FPython%2Fcpython.git #11373: fix spelling. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 2e8b7724659d..1b7d5ec9496c 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