summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-31 23:52:18 +0100
committergbrandl <devnull@localhost>2006-10-31 23:52:18 +0100
commit5010ac84688e1308889f17590e74cda43a1fe66c (patch)
tree1c0cd1ea7694b125e894ae71bc56da73d545cc33 /pygments/lexer.py
parent9760369a39cb1a04a03b71b1b75266100218c017 (diff)
downloadpygments-5010ac84688e1308889f17590e74cda43a1fe66c.tar.gz
[svn] make check.
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r--pygments/lexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py
index e19526b8..d3a05f0b 100644
--- a/pygments/lexer.py
+++ b/pygments/lexer.py
@@ -53,7 +53,7 @@ class Lexer(object):
``encoding``
If given, must be an encoding name. This encoding will be used to
convert the input string to Unicode, if it is not already a Unicode
- string. The default is to use latin1 (default: 'latin1').
+ string. The default is to use latin1 (default: 'latin1').
"""
#: Name of the lexer