mirror of https://github.com/python/cpython
remove buzzword (closes #23210)
This commit is contained in:
parent
54362ca1da
commit
bcf8554fd4
|
@ -139,7 +139,7 @@ PyDoc_STRVAR(range_doc,
|
||||||
"range(stop) -> range object\n\
|
"range(stop) -> range object\n\
|
||||||
range(start, stop[, step]) -> range object\n\
|
range(start, stop[, step]) -> range object\n\
|
||||||
\n\
|
\n\
|
||||||
Return a virtual sequence of numbers from start to stop by step.");
|
Return a sequence of numbers from start to stop by step.");
|
||||||
|
|
||||||
static void
|
static void
|
||||||
range_dealloc(rangeobject *r)
|
range_dealloc(rangeobject *r)
|
||||||
|
|
Loading…
Reference in New Issue