Commit 2dd7c8c4 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

parent a490d59f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment