From: Thomas Heller Date: Thu, 21 Dec 2006 18:31:36 +0000 (+0000) Subject: Fix wrong markup of an argument in a method signature. X-Git-Tag: v2.5.1c1~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28cfe299be2c75343c9d4dae2dfe11a4124f7908;p=python Fix wrong markup of an argument in a method signature. Backported from trunk. --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index a7c2459260..2f880f23fc 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -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: