Removed a non-existing parameter from the documentation of the constructor of the IncomeStatementParams class.

This commit is contained in:
依瑪貓 2023-03-07 12:43:20 +08:00
parent 46ffc7a73d
commit 7683347997

View File

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