[Bug #1619680] in_dll() arguments are documented in the wrong order

This commit is contained in:
Andrew M. Kuchling 2006-12-20 20:20:42 +00:00
parent a490d59fbb
commit 2dd7c8c41e
1 changed files with 1 additions and 1 deletions

View File

@ -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.