Skip to content

Commit

Permalink
Merge pull request #2625 from tgolang/master
Browse files Browse the repository at this point in the history
chore: remove repetitive words
  • Loading branch information
cyberw authored Mar 11, 2024
2 parents 0524836 + 9ecfaee commit 50bf37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ instance, as one would expect. For tasks defined under a :py:class:`TaskSet <loc
would refer to the ``TaskSet`` instance.

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

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion locust/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 50bf37e

Please sign in to comment.