summaryrefslogtreecommitdiff
path: root/pygments/formatter.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-31 23:52:18 +0100
committerGeorg Brandl <georg@python.org>2006-10-31 23:52:18 +0100
commit5a7f9787345e42111c5293ee9e0cf39b8017fd08 (patch)
tree1c0cd1ea7694b125e894ae71bc56da73d545cc33 /pygments/formatter.py
parent3f2a9e2b3a321d5e6cf194b2c6a7276df7ded04e (diff)
downloadpygments-git-5a7f9787345e42111c5293ee9e0cf39b8017fd08.tar.gz
[svn] make check.
Diffstat (limited to 'pygments/formatter.py')
-rw-r--r--pygments/formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatter.py b/pygments/formatter.py
index 4082150b..fe7ccc97 100644
--- a/pygments/formatter.py
+++ b/pygments/formatter.py
@@ -48,7 +48,7 @@ class Formatter(object):
self.style = _lookup_style(options.get('style', 'default'))
self.full = get_bool_opt(options, 'full', False)
self.title = options.get('title', '')
- self.encoding = options.get('encoding', 'latin1')
+ self.encoding = options.get('encoding', 'latin1')
self.options = options
def get_style_defs(self, arg=''):