Index: Doc/library/stdtypes.rst =================================================================== --- Doc/library/stdtypes.rst (revision 88734) +++ Doc/library/stdtypes.rst (working copy) @@ -2321,7 +2321,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:`bytes` and :class:`bytearray`.