Skip to content

Commit ea6a943

Browse files
committed
PYTHON-6035 Say made current rather than pushed as ambient context
Matches the wording used for the same idea elsewhere in the module.
1 parent 516a48f commit ea6a943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymongo/_otel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def start_transaction_span(tracing_options: Optional[TracingOptions]) -> Optiona
544544
"""Start (but do not make current) the ``"transaction"`` pseudo-span, or None.
545545
546546
Passed as the explicit ``parent_span`` for operation spans in this
547-
transaction, never pushed as ambient context.
547+
transaction, never made current.
548548
"""
549549
if not _is_tracing_enabled(tracing_options):
550550
return None

0 commit comments

Comments
 (0)