From 03b8056bb15951e0f98481ca002783082d7c6d5d Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Wed, 12 Aug 2020 17:10:04 +0200 Subject: [PATCH] Fix usage of terminology --- 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 f74454704..cf180751b 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 next lesson, if exists and data are not already set. + """Carry over data to the following lesson periods, if exist and data are not already set. Can be deactivated using site preference ``alsijil__carry_over``. """ -- GitLab