summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-29 23:35:46 +0100
committergbrandl <devnull@localhost>2006-10-29 23:35:46 +0100
commit97343c3387b5db01a1f0bc15796930aae265d62e (patch)
treecda00009cc9b3706c8d236fa896c931eff74f9bc
parentc427602fe901b202bf8f74eeeaff642c5b377431 (diff)
downloadpygments-97343c3387b5db01a1f0bc15796930aae265d62e.tar.gz
[svn] Typo.
-rw-r--r--pygments/lexers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/__init__.py b/pygments/lexers/__init__.py
index 9ae4baf9..3b405f88 100644
--- a/pygments/lexers/__init__.py
+++ b/pygments/lexers/__init__.py
@@ -1,4 +1,4 @@
-+# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
"""
pygments.lexers
~~~~~~~~~~~~~~~