remove buzzword (closes #23210)

This commit is contained in:
Benjamin Peterson 2015-01-09 16:40:23 -06:00
parent 54362ca1da
commit bcf8554fd4
1 changed files with 1 additions and 1 deletions

View File

@ -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)