mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Fix wrong markup of an argument in a method signature.
Will backport.
This commit is contained in:
parent
fd7e162eb9
commit
d5624cf6c9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue