Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicate timeout parameter in ClientSession reference docs. #5262

Merged
merged 1 commit into from Nov 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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