highlight: consistently capitalize Pygments
authorMartin Geisler <mg@lazybytes.net>
Sun, 31 May 2009 14:52:22 +0200
changeset 8666 88edf62870f4
parent 8665 e4ad46f9a004
child 8667 594507755800
highlight: consistently capitalize Pygments
hgext/highlight/__init__.py
--- a/hgext/highlight/__init__.py	Sun May 31 14:51:37 2009 +0200
+++ b/hgext/highlight/__init__.py	Sun May 31 14:52:22 2009 +0200
@@ -10,7 +10,7 @@
 
 """syntax highlighting in hgweb, based on Pygments
 
-It depends on the pygments syntax highlighting library:
+It depends on the Pygments syntax highlighting library:
 http://pygments.org/
 
 To enable the extension add this to hgrc: