diff options
author | Thomas Heller <theller@ctypes.org> | 2006-12-21 18:31:36 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-12-21 18:31:36 (GMT) |
commit | 28cfe299be2c75343c9d4dae2dfe11a4124f7908 (patch) | |
tree | 63e31ddc245675da0116a3248cdb11fa26a73ff7 /Doc | |
parent | 3bffd289b99a9673cb11b84a6eaf5ae4754904ab (diff) | |
download | cpython-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-x | Doc/lib/libctypes.tex | 2 |
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: |