Fixed the documentation of the IncomeExpensesPeriodChooser class.
This commit is contained in:
parent
1f95212494
commit
eca91d32ed
@ -142,10 +142,10 @@ class LedgerPeriodChooser(PeriodChooser):
|
|||||||
|
|
||||||
|
|
||||||
class IncomeExpensesPeriodChooser(PeriodChooser):
|
class IncomeExpensesPeriodChooser(PeriodChooser):
|
||||||
"""The income-expenses period chooser."""
|
"""The income and expenses period chooser."""
|
||||||
|
|
||||||
def __init__(self, currency: Currency, account: Account):
|
def __init__(self, currency: Currency, account: Account):
|
||||||
"""Constructs the income-expenses period chooser."""
|
"""Constructs the income and expenses period chooser."""
|
||||||
self.currency: Currency = currency
|
self.currency: Currency = currency
|
||||||
"""The currency."""
|
"""The currency."""
|
||||||
self.account: Account = account
|
self.account: Account = account
|
||||||
|
Loading…
Reference in New Issue
Block a user