Fix typo in docstring (missing c in reacquire)
This commit is contained in:
parent
4eb60e5330
commit
60b52bd4ed
|
@ -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…
Reference in New Issue