From 28cfe299be2c75343c9d4dae2dfe11a4124f7908 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 21 Dec 2006 18:31:36 +0000 Subject: [PATCH] Fix wrong markup of an argument in a method signature. Backported from trunk. --- 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 a7c2459260f..2f880f23fc8 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: