summaryrefslogtreecommitdiff
path: root/test/test_parsers/test_rst/test_TableParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_parsers/test_rst/test_TableParser.py')
-rwxr-xr-xtest/test_parsers/test_rst/test_TableParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_parsers/test_rst/test_TableParser.py b/test/test_parsers/test_rst/test_TableParser.py
index 874efae56..72a0b4393 100755
--- a/test/test_parsers/test_rst/test_TableParser.py
+++ b/test/test_parsers/test_rst/test_TableParser.py
@@ -1,5 +1,5 @@
#! /usr/bin/env python
-# coding: utf8
+# coding: utf-8
# $Id$
# Author: David Goodger <goodger@python.org>