From 30fd9c21644085380fc4f33f9e097c4a9b789694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 5 Jun 2023 22:43:35 +0800 Subject: [PATCH] Fixed the documentation of the "is_default" property of the Period utility. --- src/accounting/report/period/period.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/report/period/period.py b/src/accounting/report/period/period.py index 2ac899f..1dcbf44 100644 --- a/src/accounting/report/period/period.py +++ b/src/accounting/report/period/period.py @@ -42,7 +42,7 @@ class Period: self.end: dt.date | None = end """The end of the period.""" self.is_default: bool = False - """Whether the is the default period.""" + """Whether this is the default period.""" self.is_this_month: bool = False """Whether the period is this month.""" self.is_last_month: bool = False