Skip to content

Commit d47e965

Browse files
Update sentry_sdk/integrations/__init__.py
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 5222966 commit d47e965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ def setup_once():
307307
def setup_once_with_options(self, options=None):
308308
# type: (Optional[Dict[str, Any]]) -> None
309309
"""
310-
Called after setup_once in rare cases on the instance and options since we don't have those available above..
310+
Called after setup_once in rare cases on the instance and with options since we don't have those available above.
311311
"""
312312
pass

0 commit comments

Comments
 (0)