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

Michael Hudson mwh@users.sourceforge.net
Wed, 06 Feb 2002 09:06:05 -0800


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

Modified Files:
      Tag: release22-maint
	gcmodule.c 
Log Message:
Fix a bunch of typos found by nnorwitz.



Index: gcmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/gcmodule.c,v
retrieving revision 2.33
retrieving revision 2.33.6.1
diff -C2 -d -r2.33 -r2.33.6.1
*** gcmodule.c	2001/12/02 18:31:02	2.33
--- gcmodule.c	2002/02/06 17:06:02	2.33.6.1
***************
*** 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"