Skip to content

Commit

Permalink
Removed duplicate timeout parameter in ClientSession reference docs. (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
gdub authored and commonism committed Apr 27, 2021
1 parent 2971161 commit a851454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Expand Up @@ -114,6 +114,7 @@ Florian Scheffler
Frederik Gladhorn
Frederik Peter Aalund
Gabriel Tremblay
Gary Wilson Jr.
Gennady Andreyev
Georges Dubus
Greg Holt
Expand Down
5 changes: 1 addition & 4 deletions docs/client_reference.rst
Expand Up @@ -129,7 +129,7 @@ The client session supports the context manager protocol for self closing.
requests where you need to handle responses with status 400 or
higher.

:param timeout: a :class:`ClientTimeout` settings structure, 5min
:param timeout: a :class:`ClientTimeout` settings structure, 300 seconds (5min)
total timeout by default.

.. versionadded:: 3.3
Expand All @@ -150,9 +150,6 @@ The client session supports the context manager protocol for self closing.

Use ``timeout`` parameter instead.

:param timeout: a :class:`ClientTimeout` settings structure, 300 seconds (5min)
total timeout by default.

:param bool connector_owner:

Close connector instance on session closing.
Expand Down

0 comments on commit a851454

Please sign in to comment.