Added missing documentation to the global variables, class properties, and object properties.
This commit is contained in:
@ -106,6 +106,7 @@ class Section:
|
||||
"""The subsections in the section."""
|
||||
self.accumulated: AccumulatedTotal \
|
||||
= AccumulatedTotal(accumulated_title)
|
||||
"""The accumulated total."""
|
||||
|
||||
@property
|
||||
def total(self) -> Decimal:
|
||||
|
Reference in New Issue
Block a user