Skip to content

Commit

Permalink
Update time_in_draft.py
Browse files Browse the repository at this point in the history
Co-authored-by: JM (Jason Meridth) <[email protected]>
  • Loading branch information
zkoppert and jmeridth authored Oct 24, 2024
1 parent 4f0264e commit a1bab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time_in_draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_stats_time_in_draft(
if issue.time_in_draft:
draft_times.append(issue.time_in_draft.total_seconds())

# Calculate stats describing time to answer
# Calculate stats describing time in draft
num_issues_with_time_in_draft = len(issues_with_time_to_draft)
if num_issues_with_time_in_draft > 0:
average_time_in_draft = numpy.round(numpy.average(draft_times))
Expand Down

0 comments on commit a1bab05

Please sign in to comment.