Issue #27626: Further spelling fixes for 3.6

This commit is contained in:
Martin Panter 2016-07-28 01:25:31 +00:00
parent 8bde911115
commit 263893c261
2 changed files with 2 additions and 2 deletions

View 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}}'",
])