Skip to content

Commit 4da6cc7

Browse files
committed
appease pydoctor
1 parent 11b41b5 commit 4da6cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

temporalio/converter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ class SerializationContext(ABC):
7272
Provides contextual information during serialization and deserialization operations.
7373
7474
Examples:
75-
- In client code, when starting a workflow, or sending a signal/update/query to a workflow, or
75+
* In client code, when starting a workflow, or sending a signal/update/query to a workflow, or
7676
receiving the result of an update/query, or handling an exception from a workflow, the context
7777
type is :py:class:`WorkflowSerializationContext` and the workflow ID set of the target
7878
workflow will be set in the context.
79-
- In workflow code, when operating on a payload being sent/received to/from a child workflow, or
79+
* In workflow code, when operating on a payload being sent/received to/from a child workflow, or
8080
handling an exception from a child workflow, the context type is
8181
:py:class:`WorkflowSerializationContext` and the workflow ID is that of the child workflow,
8282
not of the currently executing (i.e. parent) workflow.
83-
- In workflow code, when operating on a payload to be sent/received to/from an activity, the
83+
* In workflow code, when operating on a payload to be sent/received to/from an activity, the
8484
context type is :py:class:`ActivitySerializationContext` and the workflow ID is that of the
8585
currently-executing workflow. ActivitySerializationContext is also set on data converter
8686
operations in the activity context.

0 commit comments

Comments
 (0)