]> granicus.if.org Git - python/commitdiff
Issue #27626: Further spelling fixes for 3.6
authorMartin Panter <vadmium+py@gmail.com>
Thu, 28 Jul 2016 01:25:31 +0000 (01:25 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 28 Jul 2016 01:25:31 +0000 (01:25 +0000)
Lib/idlelib/idle_test/test_query.py
Lib/test/test_fstring.py

index d7372a305ead18e31a830a7b4095b38e0ee00152..ec86868bd4b66c91a5bbc8a922108b5e2f09f23f 100644 (file)
@@ -146,7 +146,7 @@ class ModuleNameTest(unittest.TestCase):
     "Test ModuleName subclass of Query."
 
     class Dummy_ModuleName:
-        entry_ok = query.ModuleName.entry_ok  # Funtion being tested.
+        entry_ok = query.ModuleName.entry_ok  # Function being tested.
         text0 = ''
         entry = Var()
 
index a82dedffe4b32a9d8ef09309636a60e4a4346866..905ae631267a8794664f8726502c05bf8fda2f94 100644 (file)
@@ -250,7 +250,7 @@ f'{a * x()}'"""
                              ])
 
         self.assertAllRaise(SyntaxError, "invalid syntax",
-                            [# Invalid sytax inside a nested spec.
+                            [# Invalid syntax inside a nested spec.
                              "f'{4:{/5}}'",
                              ])