Skip to content

Commit d06a189

Browse files
docs(hub): Correct typo in a comment (#3726)
1 parent 5e2d2cf commit d06a189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/hub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def current(cls):
101101
rv = _local.get(None)
102102
if rv is None:
103103
with _suppress_hub_deprecation_warning():
104-
# This will raise a deprecation warning; supress it since we already warned above.
104+
# This will raise a deprecation warning; suppress it since we already warned above.
105105
rv = Hub(GLOBAL_HUB)
106106
_local.set(rv)
107107
return rv

0 commit comments

Comments
 (0)