From 9859604c8197dbd0302dd842787534bb5b3e2529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 9 Mar 2023 17:56:27 +0800 Subject: [PATCH] Revised the documentation of the _set_properties method of the Period utility. --- src/accounting/report/period.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. """