[Python-checkins] r53131 - python/trunk/Doc/lib/libctypes.tex

thomas.heller python-checkins at python.org
Thu Dec 21 19:30:56 CET 2006


Author: thomas.heller
Date: Thu Dec 21 19:30:56 2006
New Revision: 53131

Modified:
   python/trunk/Doc/lib/libctypes.tex
Log:
Fix wrong markup of an argument in a method signature.
Will backport.


Modified: python/trunk/Doc/lib/libctypes.tex
==============================================================================
--- python/trunk/Doc/lib/libctypes.tex	(original)
+++ python/trunk/Doc/lib/libctypes.tex	Thu Dec 21 19:30:56 2006
@@ -2088,7 +2088,7 @@
 \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.
+\var{library} is the loaded shared library.
 \end{methoddesc}
 
 Common instance variables of ctypes data types:


More information about the Python-checkins mailing list