hgext/color.py
changeset 7983 7b813bdbd5d0
parent 7539 92c373f8135f
child 7988 0447939b4b97
--- a/hgext/color.py	Sat Apr 04 18:31:01 2009 +0200
+++ b/hgext/color.py	Sat Apr 04 21:09:43 2009 +0200
@@ -24,8 +24,8 @@
 additions, removals, diff headers, and trailing whitespace.
 
 Other effects in addition to color, like bold and underlined text, are also
-available.  Effects are rendered with the ECMA-48 SGR control function (aka
-ANSI escape codes).  This module also provides the render_text function,
+available. Effects are rendered with the ECMA-48 SGR control function (aka
+ANSI escape codes). This module also provides the render_text function,
 which can be used to add effects to any text.
 
 To enable this extension, add this to your .hgrc file: