Skip to content

Commit 3f2e980

Browse files
authored
typo
1 parent 4734cd7 commit 3f2e980

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
@@ -90,7 +90,7 @@ with sentry_sdk.start_span(name="parent"):
9090
# The first span started in this context manager will become
9191
# a new transaction (root span) with its own trace
9292
with sentry_sdk.start_span(name="new-parent"):
93-
with sentry_sdk.start_span("name="child-of-new-parent"):
93+
with sentry_sdk.start_span(name="child-of-new-parent"):
9494
...
9595
```
9696

0 commit comments

Comments
 (0)