From 2a86c1cadc0560d0b983bcacf53c48db02dd6899 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 14 Jan 2013 16:24:55 +0100 Subject: [PATCH] Another cosmetics --- lib/utils/xrange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ """