]> granicus.if.org Git - python/commitdiff
Additional grammar fix
authorMartin Panter <vadmium+py@gmail.com>
Tue, 19 Apr 2016 04:05:59 +0000 (04:05 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Tue, 19 Apr 2016 04:05:59 +0000 (04:05 +0000)
Lib/test/test_traceback.py

index 2f739ba7033a500961765dc1bf05310003e491ed..5e4b6a27e5f72afb550fbd4f456425a23d4f20b6 100644 (file)
@@ -175,7 +175,7 @@ class SyntaxTracebackCases(unittest.TestCase):
                     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):