mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27626: Further spelling fixes for 3.6
This commit is contained in:
parent
8bde911115
commit
263893c261
2 changed files with 2 additions and 2 deletions
|
@ -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}}'",
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue