Commit bcf8554f authored by Benjamin Peterson's avatar Benjamin Peterson

remove buzzword (closes #23210)

parent 54362ca1
......@@ -139,7 +139,7 @@ PyDoc_STRVAR(range_doc,
"range(stop) -> range object\n\
range(start, stop[, step]) -> range object\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
range_dealloc(rangeobject *r)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment