Skip to content

Commit fd6289d

Browse files
committed
DOC: Update docstring
skipci
1 parent 7ec3943 commit fd6289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octue/cloud/pub_sub/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def ask(
315315
316316
:param str service_id: the ID of the child to ask the question to
317317
:param any|None input_values: any input values for the question
318-
:param octue.resources.manifest.Manifest|None input_manifest: an input manifest of any datasets needed for the question
318+
:param dict|octue.resources.manifest.Manifest|None input_manifest: an input manifest of any datasets needed for the question
319319
:param list(dict)|None children: a list of children for the child to use instead of its default children (if it uses children). These should be in the same format as in an app's app configuration file and have the same keys.
320320
:param bool subscribe_to_logs: if `True`, subscribe to the child's logs and handle them with the local log handlers
321321
:param bool allow_local_files: if `True`, allow the input manifest to contain references to local files - this should only be set to `True` if the child will be able to access these local files

0 commit comments

Comments
 (0)