mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
remove buzzword (closes #23210)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user