Another cosmetics

This commit is contained in:
Miroslav Stampar 2013-01-14 16:24:55 +01:00
parent 1e1f560d0c
commit 2a86c1cadc

View File

@ -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/
"""