Skip to content

Commit 8679c55

Browse files
committed
DOC: Update missed docstrings
1 parent bb8f8b3 commit 8679c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

octue/cloud/events/answer_question.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def answer_question(question, project_id, service_configuration):
1212
"""Answer a question received by a service.
1313
1414
:param dict question: a question event and its attributes
15-
:param str project_id: the name of the project the service is running on
15+
:param str project_id: the ID of the project the service is running on
1616
:param octue.configuration.ServiceConfiguration service_configuration:
1717
:return dict: the result event
1818
"""

octue/resources/service_backends.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ServiceBackend(ABC):
3939
class GCPPubSubBackend(ServiceBackend):
4040
"""A dataclass containing the details needed to use Google Cloud Pub/Sub as a Service backend.
4141
42-
:param str project_id: the name of the project to use for Pub/Sub
42+
:param str project_id: the ID of the project to use for Pub/Sub
4343
:return None:
4444
"""
4545

0 commit comments

Comments
 (0)