We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf66cda commit 6e9fccdCopy full SHA for 6e9fccd
1 file changed
src/dicomweb_client/web.py
@@ -252,7 +252,7 @@ def __init__(
252
timeout: float | tuple, optional
253
Timeout parameter used for all requests in the format used by the
254
requests library. May provide a single number or a tuple of
255
- (connect timeout, read timeout).
+ (connect timeout, read timeout), using seconds in both cases.
256
257
Warning
258
-------
0 commit comments