mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
remove buzzword (closes #23210)
This commit is contained in:
parent
54362ca1da
commit
bcf8554fd4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue