Skip to content

Commit 077d8ac

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 71e1684 commit 077d8ac

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
@@ -541,7 +541,7 @@ def start_transaction_span(tracing_options: Optional[TracingOptions]) -> Optiona
541541
"""Start (but do not make current) the ``"transaction"`` pseudo-span, or None.
542542
543543
Passed as the explicit ``parent_span`` for operation spans in this
544-
transaction, never pushed as ambient context.
544+
transaction, never made current.
545545
"""
546546
if not _is_tracing_enabled(tracing_options):
547547
return None

0 commit comments

Comments
 (0)