Skip to content

Commit

Permalink
DEV-#78: erratum fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kunansy committed Jul 31, 2022
1 parent cf86519 commit d946e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/system/trends.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class WeekBorder:
def __init__(self,
start: datetime.date,
stop: datetime.date) -> None:
# 6 because the border is included to the rnge
# 6 because the border is included to the range
if (stop - start).days != 6:
raise TrendException(f"Wrong week got: [{start}; {stop}]")

Expand Down

0 comments on commit d946e5b

Please sign in to comment.