Skip to content

Commit 28fcd5a

Browse files
committed
Tweak docstring
1 parent f94249e commit 28fcd5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

temporalio/workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,8 @@ class LoggerAdapter(logging.LoggerAdapter):
12241224
log_during_replay: Boolean for whether logs should occur during replay.
12251225
Default is False.
12261226
1227-
Values added to ``extra`` are merged with the ``extra`` map from a logging
1228-
call, with values from the logging call taking precedence. I.e. the
1227+
Values added to ``extra`` are merged with the ``extra`` dictionary from a
1228+
logging call, with values from the logging call taking precedence. I.e. the
12291229
behavior is that of `merge_extra=True` in Python >= 3.13.
12301230
"""
12311231

0 commit comments

Comments
 (0)