From 1dd73cb28d780e4c0cd35bccc40ae79c71f3d471 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 21 Nov 2011 15:01:52 +0100 Subject: [PATCH] Fix comment. --- rq/utils.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rq/utils.py b/rq/utils.py index dc14d91..054bb5c 100644 --- a/rq/utils.py +++ b/rq/utils.py @@ -1,8 +1,9 @@ # -*- coding: utf-8 -*- """ -Formatter for ANSI colored console output. +Miscellaneous helper functions. -Based heavily on Pygments terminal colorizing code, originally by Georg Brandl. +The formatter for ANSI colored console output is heavily based on Pygments terminal +colorizing code, originally by Georg Brandl. """ import os