Skip to content

Commit 23d0126

Browse files
Update docs/platforms/python/tracing/span-lifecycle/index__v3.x.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent f7a9a29 commit 23d0126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/tracing/span-lifecycle/index__v3.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if current_span:
105105

106106
## Working with Transactions
107107

108-
[Transactions](/product/insights/overview/transaction-summary/#what-is-a-transaction), also known as root spans, are a special type of spans that represent a complete operation in your application, such as a web request. A top-level span (without any parent spans in the current service) will automatically become a transaction:
108+
[Transactions](/product/insights/overview/transaction-summary/#what-is-a-transaction), also known as root spans, are a special type of span that represent a complete operation in your application, such as a web request. A top-level span (without any parent spans in the current service) will automatically become a transaction:
109109

110110
```python
111111
import sentry_sdk

0 commit comments

Comments
 (0)