Index: Doc/library/stdtypes.rst =================================================================== --- Doc/library/stdtypes.rst (revision 88734) +++ Doc/library/stdtypes.rst (working copy) @@ -2574,7 +2574,7 @@ .. class:: memoryview(obj) - Create a :class:`memoryview` that references *obj*. *obj* must support the + Create a :class:`memoryview` that references *obj*, which must support the buffer protocol. Builtin objects that support the buffer protocol include :class:`str` and :class:`bytearray` (but not :class:`unicode`).