[Python-checkins] CVS: python/dist/src/Modules threadmodule.c,2.41,2.42

A.M. Kuchling akuchling@users.sourceforge.net
2001年10月05日 05:24:18 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv7284
Modified Files:
	threadmodule.c 
Log Message:
Fix typo in docstring
Index: threadmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/threadmodule.c,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -d -r2.41 -r2.42
*** threadmodule.c	2001年01月23日 01:47:18	2.41
--- threadmodule.c	2001年10月05日 12:24:15	2.42
***************
*** 256,260 ****
 
 static char start_new_doc[] =
! "start_new_thread(functon, args[, kwargs])\n\
 (start_new() is an obsolete synonym)\n\
 \n\
--- 256,260 ----
 
 static char start_new_doc[] =
! "start_new_thread(function, args[, kwargs])\n\
 (start_new() is an obsolete synonym)\n\
 \n\

AltStyle によって変換されたページ (->オリジナル) /