From 5daaa07e17e72064c615dffa0a25cbd3ef24dd51 Mon Sep 17 00:00:00 2001 From: Joern jkuensem <jkuensem@physik.uni-bielefeld.de> Date: Mon, 27 Jul 2020 18:04:40 +0200 Subject: [PATCH] Update specification.py --- SAS/TMSS/src/tmss/tmssapp/models/specification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/TMSS/src/tmss/tmssapp/models/specification.py b/SAS/TMSS/src/tmss/tmssapp/models/specification.py index 854d5392c6f..32338ea98ee 100644 --- a/SAS/TMSS/src/tmss/tmssapp/models/specification.py +++ b/SAS/TMSS/src/tmss/tmssapp/models/specification.py @@ -151,7 +151,7 @@ class Flag(AbstractChoice): class PeriodCategory(AbstractChoice): - """Defines the model and predefined list of possible project categories to be used in Project. + """Defines the model and predefined list of possible period categories to be used in Project. The items in the Choices class below are automagically populated into the database via a data migration.""" class Choices(Enum): -- GitLab