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