From 6dfcb0228773dd4ee8dd356cac5aba065388b9ea Mon Sep 17 00:00:00 2001 From: Benjamin Peterson <benjamin@python.org> Date: Wed, 10 Sep 2008 21:02:02 +0000 Subject: [PATCH] fix sphinx warning --- Doc/library/functions.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 252ef02ebf..67a4f06c18 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. -- 2.40.0