Skip to content

Commit e47a7e3

Browse files
miss-islingtonblueyed
authored andcommitted
Fix typo in test's docstring (GH-17856) (GH-17923)
* Fix typo in test's docstring. contination -> continuation. (cherry picked from commit 2f65aa4) Co-authored-by: Daniel Hahler <git@thequod.de> Co-authored-by: Daniel Hahler <github@thequod.de>
1 parent 8c08518 commit e47a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_eof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_EOFS(self):
2727
raise support.TestFailed
2828

2929
def test_line_continuation_EOF(self):
30-
"""A contination at the end of input must be an error; bpo2180."""
30+
"""A continuation at the end of input must be an error; bpo2180."""
3131
expect = 'unexpected EOF while parsing (<string>, line 1)'
3232
with self.assertRaises(SyntaxError) as excinfo:
3333
exec('x = 5\\')

0 commit comments

Comments
 (0)