Commit 60b52bd4 authored by Neal Norwitz's avatar Neal Norwitz

Fix typo in docstring (missing c in reacquire)

parent 4eb60e53
...@@ -339,7 +339,7 @@ class CDLL(object): ...@@ -339,7 +339,7 @@ class CDLL(object):
<obj>['qsort'] -> callable object <obj>['qsort'] -> callable object
Calling the functions releases the Python GIL during the call and Calling the functions releases the Python GIL during the call and
reaquires it afterwards. reacquires it afterwards.
""" """
class _FuncPtr(_CFuncPtr): class _FuncPtr(_CFuncPtr):
_flags_ = _FUNCFLAG_CDECL _flags_ = _FUNCFLAG_CDECL
......
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