mirror of https://github.com/python/cpython
[Bug #1619680] in_dll() arguments are documented in the wrong order
This commit is contained in:
parent
a490d59fbb
commit
2dd7c8c41e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue