From c688451ce31b914c71b11d2ac6c326b0c87e6d1f Mon Sep 17 00:00:00 2001 From: "aio-libs-github-bot[bot]" <72856194+aio-libs-github-bot[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 10:14:53 +0200 Subject: [PATCH] Removed duplicate timeout parameter in ClientSession reference docs. (#5262) (#5265) Co-authored-by: Gary Wilson Jr --- CONTRIBUTORS.txt | 1 + docs/client_reference.rst | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index c3ed0a9bdd9..ad63ce9e4de 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -109,6 +109,7 @@ Florian Scheffler Frederik Gladhorn Frederik Peter Aalund Gabriel Tremblay +Gary Wilson Jr. Gennady Andreyev Georges Dubus Greg Holt diff --git a/docs/client_reference.rst b/docs/client_reference.rst index 9aaffe3f32a..5a420e0142d 100644 --- a/docs/client_reference.rst +++ b/docs/client_reference.rst @@ -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 @@ -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.