]> granicus.if.org Git - python/commitdiff
[Bug #1619680] in_dll() arguments are documented in the wrong order
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 20 Dec 2006 20:20:56 +0000 (20:20 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 20 Dec 2006 20:20:56 +0000 (20:20 +0000)
Doc/lib/libctypes.tex

index c0e23101baba9c3d424584c05a245b08fe704619..a7c2459260f94db52444c70f1c7e66f79a5ae560 100755 (executable)
@@ -2085,7 +2085,7 @@ classmethod, normally it returns \code{obj} if that is an instance of
 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.