]> granicus.if.org Git - python/commitdiff
Fix typo in docstring
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 5 Oct 2001 12:24:15 +0000 (12:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 5 Oct 2001 12:24:15 +0000 (12:24 +0000)
Modules/threadmodule.c

index 48f1f36cdac8a116431f833e1e8cf49d216f075b..7050914b06712434e225d598a2cb1c71f394f099 100644 (file)
@@ -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\