Commit 44ee2b51 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo in docstring

parent 60e1242d
...@@ -255,7 +255,7 @@ thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) ...@@ -255,7 +255,7 @@ thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs)
} }
static char start_new_doc[] = static char start_new_doc[] =
"start_new_thread(functon, args[, kwargs])\n\ "start_new_thread(function, args[, kwargs])\n\
(start_new() is an obsolete synonym)\n\ (start_new() is an obsolete synonym)\n\
\n\ \n\
Start a new thread. The thread will call the function with positional\n\ Start a new thread. The thread will call the function with positional\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment