Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvhen authored and blais committed Jan 10, 2025
1 parent f8d2bc5 commit f586bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beangulp/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __str__(self):


class ExceptionsTrap(contextlib.AbstractContextManager):
"""A contect manager to log exceptions.
"""A context manager to log exceptions.
Works similarly to contextlib.suppress() but logs the exceptions
instead than simply discarding them. This is used to shorten and
Expand Down

0 comments on commit f586bb5

Please sign in to comment.