diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-01-29 00:53:41 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-01-29 00:53:41 (GMT) |
commit | 2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3 (patch) | |
tree | 523699ec8462b44cfe31c02754164f6534716855 /Modules | |
parent | 4fd5a06580c2b03f0252553e4024f168ea054353 (diff) | |
download | cpython-2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3.zip cpython-2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3.tar.gz cpython-2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3.tar.bz2 |
Fix spelling mistakes. Bugfix candidates.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/gcmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c index b607d38..d883b91 100644 --- a/Modules/gcmodule.c +++ b/Modules/gcmodule.c @@ -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" |