summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-12-20 20:20:42 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-12-20 20:20:42 (GMT)
commit2dd7c8c41ee0cf1399bdc0a35f450832c5139f81 (patch)
tree980fe15db2e7a5071d380cd89d50407ae92089fc /Doc
parenta490d59fbbd991ed10a57a680cb66d06fe58da34 (diff)
downloadcpython-2dd7c8c41ee0cf1399bdc0a35f450832c5139f81.zip
cpython-2dd7c8c41ee0cf1399bdc0a35f450832c5139f81.tar.gz
cpython-2dd7c8c41ee0cf1399bdc0a35f450832c5139f81.tar.bz2
[Bug #1619680] in_dll() arguments are documented in the wrong order
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/lib/libctypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex
index c0e2310..a7c2459 100755
--- a/Doc/lib/libctypes.tex
+++ b/Doc/lib/libctypes.tex
@@ -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.