summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index aa60be9..252ef02 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -665,9 +665,8 @@ are always available. They are listed here in alphabetical order.
.. function:: memoryview(obj)
- Return a "memory view" object created from the given argument.
-
- XXX: To be documented.
+ Return a "memory view" object created from the given argument. See
+ :ref:`typememoryview` for more information.
.. function:: min(iterable[, args...], *[, key])