diff --git a/src/collections/_documentation/platforms/python/index.md b/src/collections/_documentation/platforms/python/index.md index 97a04749512fc..5883430909e16 100644 --- a/src/collections/_documentation/platforms/python/index.md +++ b/src/collections/_documentation/platforms/python/index.md @@ -26,7 +26,7 @@ Import and initialize the Sentry SDK early in your application’s setup: ```python import sentry_sdk -sentry_sdk.init({ dsn: '___PUBLIC_DSN___' }) +sentry_sdk.init(dsn='___PUBLIC_DSN___') ``` ### Verifying Your Setup