Fix typo in docstring (missing c in reacquire)

This commit is contained in:
Neal Norwitz 2007-08-26 01:08:16 +00:00
parent 4eb60e5330
commit 60b52bd4ed
1 changed files with 1 additions and 1 deletions

View File

@ -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