[Python-checkins] r53132 - python/branches/release25-maint/Doc/lib/libctypes.tex

thomas.heller python-checkins at python.org
Thu Dec 21 19:31:36 CET 2006


Author: thomas.heller
Date: Thu Dec 21 19:31:36 2006
New Revision: 53132

Modified:
   python/branches/release25-maint/Doc/lib/libctypes.tex
Log:
Fix wrong markup of an argument in a method signature.
Backported from trunk.


Modified: python/branches/release25-maint/Doc/lib/libctypes.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libctypes.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libctypes.tex	Thu Dec 21 19:31:36 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