@@ -39,7 +39,7 @@ def get_workflow_run_start_method_input_and_output_type_annotations(
3939]:
4040 """Return operation input and output types.
4141
42- `start` must be a type-annotated start method that returns a
42+ `` start` ` must be a type-annotated start method that returns a
4343 :py:class:`temporalio.nexus.WorkflowHandle`.
4444 """
4545 input_type , output_type = _get_start_method_input_and_output_type_annotations (start )
@@ -125,7 +125,7 @@ def get_operation_factory(
125125 Optional [Callable [[Any ], Any ]],
126126 Optional [nexusrpc .Operation [Any , Any ]],
127127]:
128- """Return the :py:class:`Operation` for the object along with the factory function.
128+ """Return the :py:class:`nexusrpc. Operation` for the object along with the factory function.
129129
130130 ``obj`` should be a decorated operation start method.
131131 """
@@ -145,7 +145,7 @@ def set_operation_factory(
145145 obj : Any ,
146146 operation_factory : Callable [[Any ], Any ],
147147) -> None :
148- """Set the :py:class:`OperationHandler` factory for this object.
148+ """Set the :py:class:`nexusrpc.handler. OperationHandler` factory for this object.
149149
150150 ``obj`` should be an operation start method.
151151 """
@@ -158,7 +158,7 @@ def set_operation_factory(
158158#
159159# This file is licensed under the MIT License.
160160def is_async_callable (obj : Any ) -> bool :
161- """Return True if `obj` is an async callable.
161+ """Return True if `` obj` ` is an async callable.
162162
163163 Supports partials of async callable class instances.
164164 """
0 commit comments