Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jun 20, 2023
1 parent c7fe8eb commit 7ac2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def trace(func=None):
# type: (Any) -> Any
"""
Decorator to start a child span under the existing current transaction.
If there is no current transaction, than nothing will be traced.
If there is no current transaction, then nothing will be traced.
Usage:
import sentry_sdk
Expand Down

0 comments on commit 7ac2d1f

Please sign in to comment.