summaryrefslogtreecommitdiff
path: root/tests/test_phystokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_phystokens.py')
-rw-r--r--tests/test_phystokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py
index 261a2dbd..c1e51f1c 100644
--- a/tests/test_phystokens.py
+++ b/tests/test_phystokens.py
@@ -89,7 +89,7 @@ if sys.version_info < (3, 0):
if sys.version_info >= (2,4):
default_encoding = 'ascii'
else:
- default_encoding = 'iso8859-1'
+ default_encoding = 'iso-8859-1'
def test_detect_source_encoding(self):
# Various forms from http://www.python.org/dev/peps/pep-0263/