From 7683347997c612732711159f4d7d97da6ed86d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 7 Mar 2023 12:43:20 +0800 Subject: [PATCH] Removed a non-existing parameter from the documentation of the constructor of the IncomeStatementParams class. --- src/accounting/report/report_params.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/accounting/report/report_params.py b/src/accounting/report/report_params.py index a2b1374..82d70a6 100644 --- a/src/accounting/report/report_params.py +++ b/src/accounting/report/report_params.py @@ -353,7 +353,6 @@ class IncomeStatementParams(ReportParams[IncomeStatementRow]): :param currency: The currency. :param period: The period. :param data_rows: The data rows. - :param total: The total row, if any. """ super().__init__( period_chooser=IncomeStatementPeriodChooser(currency),