Discussion:
[Python-3000-checkins] r66370 - python/branches/py3k/Doc/library/functions.rst
benjamin.peterson
2008-09-10 21:02:05 UTC
Permalink
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.

Loading...