From 5010ac84688e1308889f17590e74cda43a1fe66c Mon Sep 17 00:00:00 2001 From: gbrandl Date: Tue, 31 Oct 2006 23:52:18 +0100 Subject: [svn] make check. --- pygments/lexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/lexer.py') 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 -- cgit v1.2.1