Skip to content

Commit

Permalink
docs(hub): Correct typo in a comment (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex authored Nov 4, 2024
1 parent 5e2d2cf commit d06a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def current(cls):
rv = _local.get(None)
if rv is None:
with _suppress_hub_deprecation_warning():
# This will raise a deprecation warning; supress it since we already warned above.
# This will raise a deprecation warning; suppress it since we already warned above.
rv = Hub(GLOBAL_HUB)
_local.set(rv)
return rv
Expand Down

0 comments on commit d06a189

Please sign in to comment.