[Python-checkins] cpython: Additional grammar fix

martin.panter python-checkins at python.org
Tue Apr 19 19:42:00 EDT 2016


https://hg.python.org/cpython/rev/e745fe5c722c
changeset:   101076:e745fe5c722c
user:        Martin Panter <vadmium+py at gmail.com>
date:        Tue Apr 19 04:05:59 2016 +0000
summary:
  Additional grammar fix

files:
  Lib/test/test_traceback.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_traceback.py b/Lib/test/test_traceback.py
--- a/Lib/test/test_traceback.py
+++ b/Lib/test/test_traceback.py
@@ -175,7 +175,7 @@
                     text, charset, 5)
             do_test(" \t\f\n# coding: {0}\n".format(charset),
                     text, charset, 5)
-        # Issue #18960: coding spec should has no effect
+        # Issue #18960: coding spec should have no effect
         do_test("x=0\n# coding: GBK\n", "h\xe9 ho", 'utf-8', 5)
 
     def test_print_traceback_at_exit(self):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list