mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Typo fix.
This commit is contained in:
parent
e7ba742efa
commit
185bd22564
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ type and the argument types of the function.
|
|||
The returned function prototype creates functions that use the standard C
|
||||
calling convention. The function will release the GIL during the call. If
|
||||
*use_errno* is set to True, the ctypes private copy of the system
|
||||
:data:`errno` variable is exchanged with the real :data:`errno` value bafore
|
||||
:data:`errno` variable is exchanged with the real :data:`errno` value before
|
||||
and after the call; *use_last_error* does the same for the Windows error
|
||||
code.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue