[Python-3000-checkins] r66370 - python/branches/py3k/Doc/library/functions.rst

benjamin.peterson python-3000-checkins at python.org
Wed Sep 10 23:02:05 CEST 2008


Author: benjamin.peterson
Date: Wed Sep 10 23:02:02 2008
New Revision: 66370

Log:
fix sphinx warning

Modified:
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Wed Sep 10 23:02:02 2008
@@ -664,6 +664,7 @@
 
 
 .. function:: memoryview(obj)
+   :noindex:
 
    Return a "memory view" object created from the given argument.  See
    :ref:`typememoryview` for more information.


More information about the Python-3000-checkins mailing list