Skip to content

Commit 1b90187

Browse files
committed
fix typo
1 parent 08a4732 commit 1b90187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def __init__(
188188
If otel_span is passed explicitly, just acts as a proxy.
189189
190190
If span is passed explicitly, use it. The only purpose of this param
191-
if backwards compatibility with start_transaction(transaction=...).
191+
is backwards compatibility with start_transaction(transaction=...).
192192
193193
If only_if_parent is True, just return an INVALID_SPAN
194194
and avoid instrumentation if there's no active parent span.

0 commit comments

Comments
 (0)