[Python-checkins] r53118 - python/branches/release25-maint/Doc/lib/libctypes.tex

andrew.kuchling python-checkins at python.org
Wed Dec 20 21:20:57 CET 2006


Author: andrew.kuchling
Date: Wed Dec 20 21:20:56 2006
New Revision: 53118

Modified:
   python/branches/release25-maint/Doc/lib/libctypes.tex
Log:
[Bug #1619680] in_dll() arguments are documented in the wrong order

Modified: python/branches/release25-maint/Doc/lib/libctypes.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libctypes.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libctypes.tex	Wed Dec 20 21:20:56 2006
@@ -2085,7 +2085,7 @@
 the type.  Some types accept other objects as well.
 \end{methoddesc}
 
-\begin{methoddesc}{in_dll}{name, library}
+\begin{methoddesc}{in_dll}{library, name}
 This method returns a ctypes type instance exported by a shared
 library. \var{name} is the name of the symbol that exports the data,
 \code{library} is the loaded shared library.


More information about the Python-checkins mailing list