diff --git a/src/accounting/report/period.py b/src/accounting/report/period.py index caf2ddb..cd9236a 100644 --- a/src/accounting/report/period.py +++ b/src/accounting/report/period.py @@ -83,7 +83,8 @@ class Period: * self.is_a_year * self.is_a_day - Override this method to set the properties in the subclasses. + Override this method to set the properties in the subclasses, to skip + the calculation. :return: None. """