Skip to content

Commit bcf8554

Browse files
committed
remove buzzword (closes #23210)
1 parent 54362ca commit bcf8554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/rangeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PyDoc_STRVAR(range_doc,
139139
"range(stop) -> range object\n\
140140
range(start, stop[, step]) -> range object\n\
141141
\n\
142-
Return a virtual sequence of numbers from start to stop by step.");
142+
Return a sequence of numbers from start to stop by step.");
143143

144144
static void
145145
range_dealloc(rangeobject *r)

0 commit comments

Comments
 (0)