From bb535075a457f6f4493b862ccf4405cb365168e8 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sun, 22 Nov 2020 01:33:15 -0600 Subject: [PATCH] Removed duplicate timeout parameter in ClientSession reference docs. (#5262) --- CONTRIBUTORS.txt | 1 + docs/client_reference.rst | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 9c3fe4ef88..4d02444c66 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -114,6 +114,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 322039414e..2178258c19 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.