Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 17e4bbd + c780bf5 commit 5e5af71Copy full SHA for 5e5af71
src/future/types/newrange.py
@@ -87,7 +87,7 @@ def __eq__(self, other):
87
return (isinstance(other, newrange) and
88
(self._len == 0 == other._len or
89
(self._start, self._step, self._len) ==
90
- (other._start, other._step, self._len)))
+ (other._start, other._step, other._len)))
91
92
def __len__(self):
93
return self._len
0 commit comments