Removed a non-existing parameter from the documentation of the constructor of the IncomeStatementParams class.
This commit is contained in:
parent
46ffc7a73d
commit
7683347997
@ -353,7 +353,6 @@ class IncomeStatementParams(ReportParams[IncomeStatementRow]):
|
|||||||
:param currency: The currency.
|
:param currency: The currency.
|
||||||
:param period: The period.
|
:param period: The period.
|
||||||
:param data_rows: The data rows.
|
:param data_rows: The data rows.
|
||||||
:param total: The total row, if any.
|
|
||||||
"""
|
"""
|
||||||
super().__init__(
|
super().__init__(
|
||||||
period_chooser=IncomeStatementPeriodChooser(currency),
|
period_chooser=IncomeStatementPeriodChooser(currency),
|
||||||
|
Loading…
Reference in New Issue
Block a user