From: Just van Rossum Date: Sat, 3 May 2003 00:38:26 +0000 (+0000) Subject: fixed typo X-Git-Tag: v2.3c1~884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d77bee14760fb09612d4b0580c5fe797cb9c6ebd;p=python fixed typo --- diff --git a/Mac/Modules/autoGIL.c b/Mac/Modules/autoGIL.c index 4ee1e75cd5..31088164ca 100644 --- a/Mac/Modules/autoGIL.c +++ b/Mac/Modules/autoGIL.c @@ -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[] = {