From: Thomas Heller Date: Thu, 21 Dec 2006 18:30:56 +0000 (+0000) Subject: Fix wrong markup of an argument in a method signature. X-Git-Tag: v2.6a1~2342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5624cf6c99d01505c60599ace91af5013ec393c;p=thirdparty%2FPython%2Fcpython.git Fix wrong markup of an argument in a method signature. Will backport. --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index a7c2459260f9..2f880f23fc8f 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: