diff --git a/aleksis/apps/chronos/managers.py b/aleksis/apps/chronos/managers.py index bbba441051a609dcd6a16b8ddd285cc0f0d6d6c1..303a22032683c5e1c74647e39c1c64801885c3f5 100644 --- a/aleksis/apps/chronos/managers.py +++ b/aleksis/apps/chronos/managers.py @@ -215,7 +215,7 @@ class WeekQuerySetMixin: ) def alias_week(self, week: Union[CalendarWeek]): - """Add an alias to all lessons in the QuerySet with the number of the provided calendar week.""" + """Add an alias to all lessons in the QuerySet with the number of the calendar week.""" return self.alias( _week=models.Value(week.week, models.IntegerField()), _year=models.Value(week.year, models.IntegerField()),