Fix wrong markup of an argument in a method signature.

Backported from trunk.
This commit is contained in:
Thomas Heller 2006-12-21 18:31:36 +00:00
parent 3bffd289b9
commit 28cfe299be
1 changed files with 1 additions and 1 deletions

View File

@ -2088,7 +2088,7 @@ the type. Some types accept other objects as well.
\begin{methoddesc}{in_dll}{library, name} \begin{methoddesc}{in_dll}{library, name}
This method returns a ctypes type instance exported by a shared This method returns a ctypes type instance exported by a shared
library. \var{name} is the name of the symbol that exports the data, 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} \end{methoddesc}
Common instance variables of ctypes data types: Common instance variables of ctypes data types: