Skip to content

Commit 6e9fccd

Browse files
committed
Clarify that units are seconds
1 parent bf66cda commit 6e9fccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dicomweb_client/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def __init__(
252252
timeout: float | tuple, optional
253253
Timeout parameter used for all requests in the format used by the
254254
requests library. May provide a single number or a tuple of
255-
(connect timeout, read timeout).
255+
(connect timeout, read timeout), using seconds in both cases.
256256
257257
Warning
258258
-------

0 commit comments

Comments
 (0)