changeset 9262:917e1d5674d6

highlight: wrap docstrings at 70 characters
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Jul 2009 01:48:02 +0200
parents 1a9a650004b6
children 2dd1ed9e44db
files hgext/highlight/__init__.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/highlight/__init__.py	Sun Jul 26 01:47:25 2009 +0200
+++ b/hgext/highlight/__init__.py	Sun Jul 26 01:48:02 2009 +0200
@@ -10,7 +10,8 @@
 
 """syntax highlighting for hgweb (requires Pygments)
 
-It depends on the Pygments syntax highlighting library: http://pygments.org/
+It depends on the Pygments syntax highlighting library:
+http://pygments.org/
 
 There is a single configuration option::