Skip to content

Commit 50bf37e

Browse files
authored
Merge pull request #2625 from tgolang/master
chore: remove repetitive words
2 parents 0524836 + 9ecfaee commit 50bf37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ instance, as one would expect. For tasks defined under a :py:class:`TaskSet <loc
548548
would refer to the ``TaskSet`` instance.
549549

550550
The ``task_set`` attribute on the ``User`` class (previously ``Locust`` class) has been removed. To declare a
551-
``User`` class with a single ``TaskSet`` one would now use the the :py:attr:`tasks <locust.User.tasks>`
551+
``User`` class with a single ``TaskSet`` one would now use the :py:attr:`tasks <locust.User.tasks>`
552552
attribute instead:
553553

554554
.. code-block:: python

Diff for: locust/stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def _exceptions_data_rows(self, csv_writer: CSVWriter) -> None:
10411041

10421042

10431043
class StatsCSVFileWriter(StatsCSV):
1044-
"""Write statistics to to CSV files"""
1044+
"""Write statistics to CSV files"""
10451045

10461046
def __init__(
10471047
self,

0 commit comments

Comments
 (0)