Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1279209

Browse files
committed
this is also no longer true
1 parent a47af9c commit 1279209

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Objects/rangeobject.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ range_dealloc(rangeobject *r)
127127
}
128128

129129
/* Return number of items in range (lo, hi, step), when arguments are PyLong
130-
* objects. step > 0 required. Return a value < 0 if & only if the true
131-
* value is too large to fit in a signed long. Arguments MUST return 1 with
132-
* PyLong_Check(). Return -1 when there is an error.
130+
* objects. Return a value < 0 if & only if the true value is too large to
131+
* fit in a signed long. Arguments MUST return 1 with PyLong_Check(). Return
132+
* -1 when there is an error.
133133
*/
134134
static PyObject*
135135
range_length_obj(rangeobject *r)

0 commit comments

Comments
 (0)