We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54362ca commit bcf8554Copy full SHA for bcf8554
1 file changed
Objects/rangeobject.c
@@ -139,7 +139,7 @@ PyDoc_STRVAR(range_doc,
139
"range(stop) -> range object\n\
140
range(start, stop[, step]) -> range object\n\
141
\n\
142
-Return a virtual sequence of numbers from start to stop by step.");
+Return a sequence of numbers from start to stop by step.");
143
144
static void
145
range_dealloc(rangeobject *r)
0 commit comments