diff hgext/highlight/__init__.py @ 8932:f87884329419

extensions: fix up description lines some more
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 12:25:56 +0200
parents 868670dbc237
children 8d985f0e54ae
line wrap: on
line diff
--- a/hgext/highlight/__init__.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/highlight/__init__.py	Wed Jun 24 12:25:56 2009 +0200
@@ -8,7 +8,7 @@
 # The original module was split in an interface and an implementation
 # file to defer pygments loading and speedup extension setup.
 
-"""syntax highlighting for hgweb
+"""syntax highlighting for hgweb (requires Pygments)
 
 It depends on the Pygments syntax highlighting library:
 http://pygments.org/