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.
1 parent 1e1f560 commit 2a86c1cCopy full SHA for 2a86c1c
1 file changed
lib/utils/xrange.py
@@ -7,7 +7,7 @@
7
8
class xrange(object):
9
"""
10
- Advanced implementation of xrange (supports slice/copy/etc.)
+ Advanced (re)implementation of xrange (supports slice/copy/etc.)
11
Reference: http://code.activestate.com/recipes/521885-a-pythonic-implementation-of-xrange/
12
13
0 commit comments