Fixed the documentation of the "is_default" property of the Period utility.

This commit is contained in:
依瑪貓 2023-06-05 22:43:35 +08:00
parent 7cb01b4cee
commit 30fd9c2164

View File

@ -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