Skip to content

Commit

Permalink
fix link in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Apr 26, 2024
1 parent 2a4a61c commit 2af9335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions locust/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ def request(self, method, url, name=None, catch_response=False, context={}, **kw
:param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`.
:param files: (optional) Dictionary of ``'filename': file-like-objects`` for multipart encoding upload.
:param auth: (optional) Auth tuple or callable to enable Basic/Digest/Custom HTTP Auth.
:param timeout: (optional) How long in seconds to wait for the server to send data before giving up, as a float,
or a (`connect timeout, read timeout <user/advanced.html#timeouts>`_) tuple.
:param timeout: (optional) How long to wait for the server to send data before giving up, as a float, or a :ref:`(connect timeout, read timeout) <timeouts>` tuple.
:type timeout: float or tuple
:param allow_redirects: (optional) Set to True by default.
:type allow_redirects: bool
Expand Down

0 comments on commit 2af9335

Please sign in to comment.