summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 7d8a669f9e..bc55d42fa8 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1022,7 +1022,7 @@ are always available. They are listed here in alphabetical order.
.. _func-memoryview:
-.. class:: memoryview(obj)
+.. class:: memoryview(object)
:noindex:
Return a "memory view" object created from the given argument. See