From ab9818de2142d4d209aab91db10f6729b511526a Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 12 Aug 2020 17:15:08 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- aleksis/apps/alsijil/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/alsijil/models.py b/aleksis/apps/alsijil/models.py index cf180751b..b13a47587 100644 --- a/aleksis/apps/alsijil/models.py +++ b/aleksis/apps/alsijil/models.py @@ -107,7 +107,7 @@ class LessonDocumentation(ExtensibleModel): ) def _carry_over_data(self): - """Carry over data to the following lesson periods, if exist and data are not already set. + """Carry over data to directly adjacent periods in this lesson if data is not already set. Can be deactivated using site preference ``alsijil__carry_over``. """ -- GitLab