We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c08518 commit e47a7e3Copy full SHA for e47a7e3
Lib/test/test_eof.py
@@ -27,7 +27,7 @@ def test_EOFS(self):
27
raise support.TestFailed
28
29
def test_line_continuation_EOF(self):
30
- """A contination at the end of input must be an error; bpo2180."""
+ """A continuation at the end of input must be an error; bpo2180."""
31
expect = 'unexpected EOF while parsing (<string>, line 1)'
32
with self.assertRaises(SyntaxError) as excinfo:
33
exec('x = 5\\')
0 commit comments