From 3a610a561a4d37f0741dda1e316fd6c4b711ad8f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Mar 2011 10:57:52 +0100 Subject: [PATCH] #11373: fix spelling. --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f0ba0a97c6..b532285f64 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 -- 2.50.1