diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-06-04 12:46:30 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-06-04 12:46:30 +0000 |
| commit | 2335d74369cec4feeb9d26c2ed9e634f36c8baec (patch) | |
| tree | eb0ecce24cbd07e1fb7a3067f02fb7c9b9ab6953 /docutils/test/test_error_reporting.py | |
| parent | 8e2f92bc50e03c2fb8a1f061decb05ac72eb4ba0 (diff) | |
| download | docutils-2335d74369cec4feeb9d26c2ed9e634f36c8baec.tar.gz | |
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
Fixes problems with Docutils installed in "virtualenv"
https://sourceforge.net/p/docutils/patches/105/
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/test_error_reporting.py')
| -rw-r--r-- | docutils/test/test_error_reporting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/test_error_reporting.py b/docutils/test/test_error_reporting.py index 89ae7ae8d..d5c223451 100644 --- a/docutils/test/test_error_reporting.py +++ b/docutils/test/test_error_reporting.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# .. coding: utf8 +# .. coding: utf-8 # $Id$ # Author: Günter Milde <milde@users.sourceforge.net> # Copyright: This module has been placed in the public domain. |
