]> granicus.if.org Git - python/commitdiff
Fix typo in docstring (missing c in reacquire)
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Aug 2007 01:08:16 +0000 (01:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Aug 2007 01:08:16 +0000 (01:08 +0000)
Lib/ctypes/__init__.py

index 7dff3a7de607f01e0f579a9a211c462f3937f1bf..8ab84ac380eea60265a4692d7d99555583f0369c 100644 (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