Skip to content

Commit

Permalink
Remove stray :w
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Nov 30, 2022
1 parent 093094c commit fc3f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ropetest/objectinfertest.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def test_we_know_the_type_of_caught_exceptions(self):
code = dedent("""\
class MyError(Exception):
pass
try::w
try:
raise MyError()
except MyError as e:
Expand Down

0 comments on commit fc3f138

Please sign in to comment.