[Python-checkins] cpython: Issue #27626: Further spelling fixes for 3.6

martin.panter python-checkins at python.org
Wed Jul 27 21:33:47 EDT 2016


https://hg.python.org/cpython/rev/e12dee34deae
changeset:   102467:e12dee34deae
user:        Martin Panter <vadmium+py at gmail.com>
date:        Thu Jul 28 01:25:31 2016 +0000
summary:
  Issue #27626: Further spelling fixes for 3.6

files:
  Lib/idlelib/idle_test/test_query.py |  2 +-
  Lib/test/test_fstring.py            |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/idlelib/idle_test/test_query.py b/Lib/idlelib/idle_test/test_query.py
--- a/Lib/idlelib/idle_test/test_query.py
+++ b/Lib/idlelib/idle_test/test_query.py
@@ -146,7 +146,7 @@
     "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()
 
diff --git a/Lib/test/test_fstring.py b/Lib/test/test_fstring.py
--- a/Lib/test/test_fstring.py
+++ b/Lib/test/test_fstring.py
@@ -250,7 +250,7 @@
                              ])
 
         self.assertAllRaise(SyntaxError, "invalid syntax",
-                            [# Invalid sytax inside a nested spec.
+                            [# Invalid syntax inside a nested spec.
                              "f'{4:{/5}}'",
                              ])
 

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


More information about the Python-checkins mailing list