From d5624cf6c99d01505c60599ace91af5013ec393c Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 21 Dec 2006 18:30:56 +0000 Subject: Fix wrong markup of an argument in a method signature. Will backport. --- Doc/lib/libctypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index a7c2459..2f880f2 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: -- cgit v0.12