From 60b52bd4ed1f964c125425d1f4c4e597487560e7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 26 Aug 2007 01:08:16 +0000 Subject: [PATCH] Fix typo in docstring (missing c in reacquire) --- Lib/ctypes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3