summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-12-21 18:31:36 (GMT)
committerThomas Heller <theller@ctypes.org>2006-12-21 18:31:36 (GMT)
commit28cfe299be2c75343c9d4dae2dfe11a4124f7908 (patch)
tree63e31ddc245675da0116a3248cdb11fa26a73ff7 /Doc
parent3bffd289b99a9673cb11b84a6eaf5ae4754904ab (diff)
downloadcpython-28cfe299be2c75343c9d4dae2dfe11a4124f7908.zip
cpython-28cfe299be2c75343c9d4dae2dfe11a4124f7908.tar.gz
cpython-28cfe299be2c75343c9d4dae2dfe11a4124f7908.tar.bz2
Fix wrong markup of an argument in a method signature.
Backported from trunk.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/lib/libctypes.tex2
1 files changed, 1 insertions, 1 deletions
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: