We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2d2cf commit d06a189Copy full SHA for d06a189
sentry_sdk/hub.py
@@ -101,7 +101,7 @@ def current(cls):
101
rv = _local.get(None)
102
if rv is None:
103
with _suppress_hub_deprecation_warning():
104
- # 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.
105
rv = Hub(GLOBAL_HUB)
106
_local.set(rv)
107
return rv
0 commit comments