Skip to content

Commit 4e8bb50

Browse files
Update Lib/test/test_exceptions.py
Co-authored-by: Lysandros Nikolaou <[email protected]>
1 parent 81b43d7 commit 4e8bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ def test_range_of_offsets(self):
18811881
abcdefg
18821882
SyntaxError: bad bad
18831883
""")),
1884-
# Both offsets negative and the end more negatibe
1884+
# Both offsets negative and the end more negative
18851885
(("bad.py", 1, -4, "abcdefg", 1, -5),
18861886
dedent(
18871887
"""

0 commit comments

Comments
 (0)