fix args options for setcheckinterval

This commit is contained in:
Guido van Rossum 1996-01-12 01:15:01 +00:00
parent beeda8a7ba
commit b0352fa3fc

View file

@ -195,7 +195,7 @@ static struct methodlist sys_methods[] = {
#endif
{"setprofile", sys_setprofile, 0},
{"settrace", sys_settrace, 0},
{"setcheckinterval", sys_setcheckinterval, 0},
{"setcheckinterval", sys_setcheckinterval, 1},
{NULL, NULL} /* sentinel */
};