Skip to content

Commit 0042efa

Browse files
committed
wording
1 parent e6651e4 commit 0042efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/asyncio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ async def async_entrypoint():
156156
enable_asyncio_integration()
157157
```
158158
159-
Any arguments provided will be passed to AsyncioIntegration() as-is.
159+
Any arguments provided will be passed to AsyncioIntegration() as is.
160160
161161
If AsyncioIntegration is already enabled (e.g. because it was provided in
162162
sentry_sdk.init(integrations=[...])), this function won't have any effect.
163163
164164
If AsyncioIntegration was provided in
165165
sentry_sdk.init(disabled_integrations=[...]), this function will ignore that
166-
and enable it.
166+
and the integration will be enabled.
167167
"""
168168
client = sentry_sdk.get_client()
169169
if not client.is_active():

0 commit comments

Comments
 (0)