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 a1bab05 commit c564829
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 @@ -38,7 +38,7 @@ def get_stats_time_in_draft(
"""
Calculate stats describing the time in draft for a list of issues.
"""
# Filter out issues with no time to answer
# Filter out issues with no time in draft
issues_with_time_to_draft = [
issue for issue in issues_with_metrics if issue.time_in_draft is not None
]
Expand Down

0 comments on commit c564829

Please sign in to comment.