Skip to content

Commit b243bbf

Browse files
authored
Merge pull request #523 from MaxFork/max-updates-typo-mistake-occured-to-occurred
fix: typo from `occured` to `occurred`
2 parents c36598c + cbd7b77 commit b243bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_label_metrics(issue: github3.issues.Issue, labels: List[str]) -> dict:
5656

5757
# Calculate the time to add or subtract to the time spent in label based on the label events
5858
for event in label_events:
59-
# Skip labeling events that have occured past issue close time
59+
# Skip labeling events that have occurred past issue close time
6060
if issue.closed_at is not None and (
6161
event.created_at >= datetime.fromisoformat(issue.closed_at)
6262
):

0 commit comments

Comments
 (0)