Skip to content

Commit 9e70c72

Browse files
committed
update docstring
1 parent dcd2bb9 commit 9e70c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

annofabapi/wrapper.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -805,8 +805,8 @@ def wait_for_completion(self, project_id: str, job_type: JobType, job_access_int
805805
max_job_access: ジョブに最大何回アクセスするか
806806
807807
Returns:
808-
True: ジョブが成功した or 実行中のジョブがない。
809-
False: ジョブが失敗 or ``max_job_access`` 回アクセスしても、ジョブが完了しなかった。
808+
Trueならば、ジョブが成功した or 実行中のジョブがない。
809+
Falseならば、ジョブが失敗 or ``max_job_access`` 回アクセスしても、ジョブが完了しなかった。
810810
811811
"""
812812
def get_latest_job():

0 commit comments

Comments
 (0)