[Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.33,2.34

Neal Norwitz nnorwitz@users.sourceforge.net
Mon, 28 Jan 2002 16:53:43 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv15858/Modules

Modified Files:
	gcmodule.c 
Log Message:
Fix spelling mistakes.  Bugfix candidates.

Index: gcmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/gcmodule.c,v
retrieving revision 2.33
retrieving revision 2.34
diff -C2 -d -r2.33 -r2.34
*** gcmodule.c	2001/12/02 18:31:02	2.33
--- gcmodule.c	2002/01/29 00:53:41	2.34
***************
*** 616,620 ****
  
  static char gc_set_thresh__doc__[] =
! "set_threshold(threshold0, [threhold1, threshold2]) -> None\n"
  "\n"
  "Sets the collection thresholds.  Setting threshold0 to zero disables\n"
--- 616,620 ----
  
  static char gc_set_thresh__doc__[] =
! "set_threshold(threshold0, [threshold1, threshold2]) -> None\n"
  "\n"
  "Sets the collection thresholds.  Setting threshold0 to zero disables\n"