Skip to content

Commit

Permalink
determines -> determine (to be consistent with other docstrings)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Feb 13, 2024
1 parent c3b2d6d commit 68e739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def determine_job_dirs(pr_number):

def determine_pr_comment_id(job_dir):
"""
Determines pr_comment_id by reading _bot_job{JOBID}.metadata in job_dir.
Determine pr_comment_id by reading _bot_job{JOBID}.metadata in job_dir.
Args:
job_dir (string): working directory of the job
Expand Down

0 comments on commit 68e739d

Please sign in to comment.