changeset 8666:88edf62870f4

highlight: consistently capitalize Pygments
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:52:22 +0200
parents e4ad46f9a004
children 594507755800
files hgext/highlight/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: