[Python-checkins] r69299 - python/trunk/Doc/library/ctypes.rst

georg.brandl python-checkins at python.org
Thu Feb 5 12:35:29 CET 2009


Author: georg.brandl
Date: Thu Feb  5 12:35:28 2009
New Revision: 69299

Log:
#4820: use correct module for ctypes.util.

Modified:
   python/trunk/Doc/library/ctypes.rst

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Thu Feb  5 12:35:28 2009
@@ -1274,6 +1274,7 @@
 
 
 .. data:: find_library(name)
+   :module: ctypes.util
    :noindex:
 
    Try to find a library and return a pathname.  *name* is the library name without


More information about the Python-checkins mailing list