mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
fixed typo
This commit is contained in:
parent
4e2d23226f
commit
d77bee1476
1 changed files with 2 additions and 2 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue