Skip to content

Commit c688451

Browse files
Removed duplicate timeout parameter in ClientSession reference docs. (#5262) (#5265)
Co-authored-by: Gary Wilson Jr <gary@thegarywilson.com>
1 parent 2f655a5 commit c688451

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Florian Scheffler
109109
Frederik Gladhorn
110110
Frederik Peter Aalund
111111
Gabriel Tremblay
112+
Gary Wilson Jr.
112113
Gennady Andreyev
113114
Georges Dubus
114115
Greg Holt

docs/client_reference.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The client session supports the context manager protocol for self closing.
129129
requests where you need to handle responses with status 400 or
130130
higher.
131131

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

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

151151
Use ``timeout`` parameter instead.
152152

153-
:param timeout: a :class:`ClientTimeout` settings structure, 300 seconds (5min)
154-
total timeout by default.
155-
156153
:param bool connector_owner:
157154

158155
Close connector instance on session closing.

0 commit comments

Comments
 (0)