diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:25:31 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:25:31 +0000 |
commit | 263893c2619c3df19770c0bf8c78bd1b427e3e5a (patch) | |
tree | 4b000640861e8fab54f2f55cfa0993f411ee0489 /Lib/idlelib/idle_test/test_query.py | |
parent | 8bde9111157e0eb994159c1506b1cec86298f810 (diff) | |
download | cpython-git-263893c2619c3df19770c0bf8c78bd1b427e3e5a.tar.gz |
Issue #27626: Further spelling fixes for 3.6
Diffstat (limited to 'Lib/idlelib/idle_test/test_query.py')
-rw-r--r-- | Lib/idlelib/idle_test/test_query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_query.py b/Lib/idlelib/idle_test/test_query.py index d7372a305e..ec86868bd4 100644 --- a/Lib/idlelib/idle_test/test_query.py +++ b/Lib/idlelib/idle_test/test_query.py @@ -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() |