Skip to content

Commit f856e15

Browse files
timgates42JelleZijlstra
authored andcommitted
Fix simple typo: usuaully -> usually (#7958)
1 parent 9d5d0e9 commit f856e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/renaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def visit_with_stmt(self, stmt: WithStmt) -> None:
156156
# convenience. This is unsafe since with statements can affect control
157157
# flow by catching exceptions, but this is rare except for
158158
# assertRaises() and other similar functions, where the exception is
159-
# raised by the last statement in the body, which usuaully isn't a
159+
# raised by the last statement in the body, which usually isn't a
160160
# problem.
161161
stmt.body.accept(self)
162162

0 commit comments

Comments
 (0)