diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-10 21:02:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-10 21:02:02 (GMT) |
commit | 6dfcb0228773dd4ee8dd356cac5aba065388b9ea (patch) | |
tree | 6598c915e4b9601ab743f33451b9384268839207 /Doc | |
parent | 997a6b032a614775181df20aaf7a491597cfae27 (diff) | |
download | cpython-6dfcb0228773dd4ee8dd356cac5aba065388b9ea.zip cpython-6dfcb0228773dd4ee8dd356cac5aba065388b9ea.tar.gz cpython-6dfcb0228773dd4ee8dd356cac5aba065388b9ea.tar.bz2 |
fix sphinx warning
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 252ef02..67a4f06c 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -664,6 +664,7 @@ are always available. They are listed here in alphabetical order. .. function:: memoryview(obj) + :noindex: Return a "memory view" object created from the given argument. See :ref:`typememoryview` for more information. |