]> granicus.if.org Git - python/commitdiff
Fix wrong markup of an argument in a method signature.
authorThomas Heller <theller@ctypes.org>
Thu, 21 Dec 2006 18:30:56 +0000 (18:30 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 21 Dec 2006 18:30:56 +0000 (18:30 +0000)
Will backport.

Doc/lib/libctypes.tex

index a7c2459260f94db52444c70f1c7e66f79a5ae560..2f880f23fc8f45c4926cf804fe48b81e376c41a6 100755 (executable)
@@ -2088,7 +2088,7 @@ the type.  Some types accept other objects as well.
 \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: