Skip to content

Commit

Permalink
fix error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 19, 2023
1 parent 130a4da commit c252720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/user/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def decorator_func(func):
Check if task was used without parentheses (not called), like this::
@task
def my_task()
def my_task(self)
pass
"""
if callable(weight):
Expand Down

0 comments on commit c252720

Please sign in to comment.