diff --git a/lib/utils/xrange.py b/lib/utils/xrange.py index d9b6ec14a..ff8c7256d 100644 --- a/lib/utils/xrange.py +++ b/lib/utils/xrange.py @@ -7,7 +7,7 @@ See the file 'doc/COPYING' for copying permission class xrange(object): """ - Advanced implementation of xrange (supports slice/copy/etc.) + Advanced (re)implementation of xrange (supports slice/copy/etc.) Reference: http://code.activestate.com/recipes/521885-a-pythonic-implementation-of-xrange/ """