summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-12-22 12:04:59 -0600
committerGitHub <noreply@github.com>2018-12-22 12:04:59 -0600
commit59114a84117b20a0b19d1c71bfbb107a42ef1d03 (patch)
tree6642b12beb9e63002be895909af9627e0f3e9075
parentdf1bf408c5709478a6e30186a9ce70d55e4f2488 (diff)
parentcb41f187ea1cfbb050d3a6892547a561cadbc6a4 (diff)
downloadpyparsing-git-59114a84117b20a0b19d1c71bfbb107a42ef1d03.tar.gz
Merge pull request #56 from jdufresne/cookie
Fix encoding cookie to use encoding "utf-8"
-rw-r--r--examples/holaMundo.py2
-rw-r--r--unitTests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/holaMundo.py b/examples/holaMundo.py
index 6ae2cc5..47ab6bb 100644
--- a/examples/holaMundo.py
+++ b/examples/holaMundo.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
# escrito por Marco Alfonso, 2004 Noviembre
diff --git a/unitTests.py b/unitTests.py
index b292694..0845451 100644
--- a/unitTests.py
+++ b/unitTests.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
#
# unitTests.py
#