]> granicus.if.org Git - python/commitdiff
fixed typo
authorJust van Rossum <just@letterror.com>
Sat, 3 May 2003 00:38:26 +0000 (00:38 +0000)
committerJust van Rossum <just@letterror.com>
Sat, 3 May 2003 00:38:26 +0000 (00:38 +0000)
Mac/Modules/autoGIL.c

index 4ee1e75cd51bfafc4e02884512938f47d5cd7d16..31088164ca6a2d16754ff77d61fe29e93e3b52ac 100644 (file)
@@ -108,9 +108,9 @@ autoGIL_installAutoGIL(PyObject *self)
 PyDoc_STRVAR(autoGIL_installAutoGIL_doc,
 "installAutoGIL() -> None\n\
 Install an observer callback in the event loop (CFRunLoop) for the\n\
-current thread that will lock and unlock the Global Interpreter Lock\n\
+current thread, that will lock and unlock the Global Interpreter Lock\n\
 (GIL) at appropriate times, allowing other Python threads to run while\n\
-the event loop is running."
+the event loop is idle."
 );
 
 static PyMethodDef autoGIL_methods[] = {