mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo in docstring (missing c in reacquire)
This commit is contained in:
parent
4eb60e5330
commit
60b52bd4ed
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class CDLL(object):
|
|||
<obj>['qsort'] -> callable object
|
||||
|
||||
Calling the functions releases the Python GIL during the call and
|
||||
reaquires it afterwards.
|
||||
reacquires it afterwards.
|
||||
"""
|
||||
class _FuncPtr(_CFuncPtr):
|
||||
_flags_ = _FUNCFLAG_CDECL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue