diff options
author | gbrandl <devnull@localhost> | 2006-10-31 23:52:18 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-31 23:52:18 +0100 |
commit | 5010ac84688e1308889f17590e74cda43a1fe66c (patch) | |
tree | 1c0cd1ea7694b125e894ae71bc56da73d545cc33 /pygments/lexer.py | |
parent | 9760369a39cb1a04a03b71b1b75266100218c017 (diff) | |
download | pygments-5010ac84688e1308889f17590e74cda43a1fe66c.tar.gz |
[svn] make check.
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r-- | pygments/lexer.py | 2 |
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 |