Skip to content

Commit 6552742

Browse files
changed docs
1 parent 684441b commit 6552742

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storey/flow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ def _deepcopy_event(self, event, target_obj, is_stream_completion: bool, is_batc
320320
:param is_stream_completion: If True, copy target is event_copy.original_event,
321321
otherwise it's event_copy itself.
322322
:param is_batched: If True, performs nested copying for batched events where event.body contains
323-
a list of sub-events. Only 1 layer of batching is supported. Not supported with
324-
StreamCompletion events.
323+
a list of sub-events. Only 1 layer of batching is supported.
325324
326325
:returns: The deepcopied event with unpicklable attributes restored.
327326
"""

0 commit comments

Comments
 (0)