We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c564829 commit fb362c0Copy full SHA for fb362c0
time_in_draft.py
@@ -67,6 +67,6 @@ def get_stats_time_in_draft(
67
"90p": timedelta(seconds=ninety_percentile_time_in_draft),
68
}
69
70
- # Print the average time to answer converting seconds to a readable time format
71
- print(f"Average time to answer: {timedelta(seconds=average_time_in_draft)}")
+ # Print the average time in draft converting seconds to a readable time format
+ print(f"Average time in draft: {timedelta(seconds=average_time_in_draft)}")
72
return stats
0 commit comments