From: Benjamin Peterson Date: Wed, 10 Sep 2008 21:02:02 +0000 (+0000) Subject: fix sphinx warning X-Git-Tag: v3.0rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dfcb0228773dd4ee8dd356cac5aba065388b9ea;p=thirdparty%2FPython%2Fcpython.git fix sphinx warning --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 252ef02ebf9a..67a4f06c18b5 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.