mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix spelling mistakes. Bugfix candidates.
This commit is contained in:
parent
4fd5a06580
commit
2a47c0fa23
4 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue