Skip to content

Commit dc43275

Browse files
Update docs/platforms/python/migration/2.x-to-3.x.mdx
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 6d19da6 commit dc43275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/migration/2.x-to-3.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ sentry_sdk.init(
302302

303303
### Threading
304304

305-
The parameter `propagate_hub` has been removed from `ThreadingIntegration`. Use the new `propagate_scope` parameter instead. (If you had `TreadingIntegration(propagate_hub=True)` you can remove the parameter)
305+
The parameter `propagate_hub` has been removed from `ThreadingIntegration`. Use the new `propagate_scope` parameter instead. (If you had `ThreadingIntegration(propagate_hub=True)`, you can remove the parameter.)
306306

307307

308308
### clickhouse-driver

0 commit comments

Comments
 (0)