From 9ecfaee26ba14837e791f9aa9897d96481fb4c63 Mon Sep 17 00:00:00 2001 From: tgolang Date: Mon, 11 Mar 2024 15:46:32 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: tgolang --- docs/changelog.rst | 2 +- locust/stats.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ad61138a88..ed93d1d79b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -548,7 +548,7 @@ instance, as one would expect. For tasks defined under a :py:class:`TaskSet ` +``User`` class with a single ``TaskSet`` one would now use the :py:attr:`tasks ` attribute instead: .. code-block:: python diff --git a/locust/stats.py b/locust/stats.py index e449edbddf..208d5938cc 100644 --- a/locust/stats.py +++ b/locust/stats.py @@ -1041,7 +1041,7 @@ def _exceptions_data_rows(self, csv_writer: CSVWriter) -> None: class StatsCSVFileWriter(StatsCSV): - """Write statistics to to CSV files""" + """Write statistics to CSV files""" def __init__( self,