Commit 4e0f6e38 authored by Thomas Heller's avatar Thomas Heller

Fix wrong markup of an argument in a method signature.

Will backport.
parent b165e077
...@@ -2088,7 +2088,7 @@ the type. Some types accept other objects as well. ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment