Skip to content

Commit 8d190ac

Browse files
committed
Docstring
1 parent 696ebb4 commit 8d190ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

temporalio/worker/_worker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ def __init__(
162162
activities: Activity callables decorated with
163163
:py:func:`@activity.defn<temporalio.activity.defn>`. Activities
164164
may be async functions or non-async functions.
165-
nexus_service_handlers: Nexus service handler instances decorated with
166-
:py:func:`@nexusrpc.handler.service_handler`.
165+
nexus_service_handlers: Instances of Nexus service handler classes
166+
decorated with :py:func:`@nexusrpc.handler.service_handler`.
167167
workflows: Workflow classes decorated with
168168
:py:func:`@workflow.defn<temporalio.workflow.defn>`.
169169
activity_executor: Concurrent executor to use for non-async

0 commit comments

Comments
 (0)