Commit 263893c2 authored by Martin Panter's avatar Martin Panter

Issue #27626: Further spelling fixes for 3.6

parent 8bde9111
......@@ -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()
......
......@@ -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}}'",
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment