Skip to content

Commit a401a5e

Browse files
committed
Fix typo
1 parent c1c318d commit a401a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/litestar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _capture_request_exception(self, exc):
9191
# type: (Exception) -> None
9292
"""Avoid catching exceptions from request handlers.
9393
94-
Those exceptions are already han in Litestar.after_exception handler.
94+
Those exceptions are already handled in Litestar.after_exception handler.
9595
We still catch exceptions from application lifespan handlers.
9696
"""
9797
pass

0 commit comments

Comments
 (0)