summaryrefslogtreecommitdiffstats
path: root/Modules/threadmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/threadmodule.c')
-rw-r--r--Modules/threadmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c
index 48f1f36..7050914 100644
--- a/Modules/threadmodule.c
+++ b/Modules/threadmodule.c
@@ -255,7 +255,7 @@ thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs)
}
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\
\n\
Start a new thread. The thread will call the function with positional\n\