diff options
author | Thomas Heller <theller@ctypes.org> | 2006-12-21 18:30:56 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-12-21 18:30:56 (GMT) |
commit | d5624cf6c99d01505c60599ace91af5013ec393c (patch) | |
tree | aef5a1a9a4bb99e0c9e8e1b77613d9187fafbaf8 | |
parent | fd7e162eb95a46761ac9b14c4f77cf447fbe0a64 (diff) | |
download | cpython-d5624cf6c99d01505c60599ace91af5013ec393c.zip cpython-d5624cf6c99d01505c60599ace91af5013ec393c.tar.gz cpython-d5624cf6c99d01505c60599ace91af5013ec393c.tar.bz2 |
Fix wrong markup of an argument in a method signature.
Will backport.
-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: |