Skip to content

Commit 0397fcf

Browse files
sfanahatacoolguyzone
authored andcommitted
Update docs/platforms/python/tracing/instrumentation/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent dd4ad91 commit 0397fcf

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/tracing/instrumentation

1 file changed

+1
-1
lines changed

docs/platforms/python/tracing/instrumentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ finally:
4646

4747
## Span Context and Nesting
4848

49-
When you create a span, it becomes the child of the current active span. This allows you to build a hierarchy of spans that represent the execution path of your application.
49+
When you create a span, it becomes the child of the current active span. This allows you to build a hierarchy of spans that represent the execution path of your application:
5050

5151
```python
5252
import sentry_sdk

0 commit comments

Comments
 (0)