Skip to content

Commit bc9e413

Browse files
authored
Merge pull request #115 from kurusugawa-computer/modify-docstring
update docstring
2 parents d6bfdb7 + 1c1ae35 commit bc9e413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annofabapi/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def job_in_progress(self, project_id: str, job_type: JobType) -> bool:
887887
job_type: ジョブ種別
888888
889889
Returns:
890-
True: ジョブが進行中かどうか
890+
ジョブが進行中かどうか
891891
892892
"""
893893
job_list = self.api.get_project_job(project_id, query_params={"type": job_type.value})[0]["list"]

0 commit comments

Comments
 (0)