From: Neal Norwitz Date: Sun, 26 Aug 2007 01:08:16 +0000 (+0000) Subject: Fix typo in docstring (missing c in reacquire) X-Git-Tag: v2.6a1~1419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60b52bd4ed1f964c125425d1f4c4e597487560e7;p=thirdparty%2FPython%2Fcpython.git Fix typo in docstring (missing c in reacquire) --- diff --git a/Lib/ctypes/__init__.py b/Lib/ctypes/__init__.py index 7dff3a7de607..8ab84ac380ee 100644 --- a/Lib/ctypes/__init__.py +++ b/Lib/ctypes/__init__.py @@ -339,7 +339,7 @@ class CDLL(object): ['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