summaryrefslogtreecommitdiff
path: root/Modules/gcmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/gcmodule.c')
-rw-r--r--Modules/gcmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c
index b607d38b40..d883b91fe2 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"