Skip to content

Commit e242cfd

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 f293652 commit e242cfd

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
@@ -549,7 +549,7 @@ def start_transaction_span(tracing_options: Optional[TracingOptions]) -> Optiona
549549
"""Start (but do not make current) the ``"transaction"`` pseudo-span, or None.
550550
551551
Passed as the explicit ``parent_span`` for operation spans in this
552-
transaction, never pushed as ambient context.
552+
transaction, never made current.
553553
"""
554554
if not _is_tracing_enabled(tracing_options):
555555
return None

0 commit comments

Comments
 (0)