Revised the documentation of the _set_properties method of the Period utility.

This commit is contained in:
依瑪貓 2023-03-09 17:56:27 +08:00
parent d31e495f6b
commit 9859604c81

View File

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