From 6d1e705e4b1964becac24bb00d4e7e188c648be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 9 Mar 2023 10:49:42 +0800 Subject: [PATCH] Revised the documentation of the "accounting.report.reports.utils.csv_export" module. --- src/accounting/report/reports/utils/csv_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/report/reports/utils/csv_export.py b/src/accounting/report/reports/utils/csv_export.py index 078388e..ecf3b35 100644 --- a/src/accounting/report/reports/utils/csv_export.py +++ b/src/accounting/report/reports/utils/csv_export.py @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The utility to export the report as CSV for download. +"""The utilities to export the report as CSV for download. """ import csv