Skip to content

Commit 40644b0

Browse files
Update tests/data/cases/context_managers_39.py
1 parent 222f22c commit 40644b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/data/cases/context_managers_39.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async def func():
205205

206206

207207
# don't remove the brackets here, it changes the meaning of the code.
208-
# even tough the code will always trigger a runtime error
208+
# even though the code will always trigger a runtime error
209209
with (name_5, name_4), name_5:
210210
pass
211211

0 commit comments

Comments
 (0)