# HG changeset patch # User Martin Geisler # Date 2009-07-25 23:48:02 # Node ID 917e1d5674d64c9649524663dc9c7f0b6cc57f84 # Parent 1a9a650004b6c9cc2e49f8b178c4c22680a809f4 highlight: wrap docstrings at 70 characters diff --git a/hgext/highlight/__init__.py b/hgext/highlight/__init__.py --- a/hgext/highlight/__init__.py +++ b/hgext/highlight/__init__.py @@ -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::