Fix spelling mistakes. Bugfix candidates.

This commit is contained in:
Neal Norwitz 2002-01-29 00:53:41 +00:00
parent 4fd5a06580
commit 2a47c0fa23
4 changed files with 6 additions and 6 deletions

View file

@ -615,7 +615,7 @@ gc_get_debug(PyObject *self, PyObject *args)
}
static char gc_set_thresh__doc__[] =
"set_threshold(threshold0, [threhold1, threshold2]) -> None\n"
"set_threshold(threshold0, [threshold1, threshold2]) -> None\n"
"\n"
"Sets the collection thresholds. Setting threshold0 to zero disables\n"
"collection.\n"