From: Andrew M. Kuchling Date: Fri, 5 Oct 2001 12:24:15 +0000 (+0000) Subject: Fix typo in docstring X-Git-Tag: v2.2.1c1~1448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38300c631a3454cae97e77fe88dc5a50c7a9e1f0;p=python Fix typo in docstring --- diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 48f1f36cda..7050914b06 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\