Skip to content

Commit 310c338

Browse files
Document timeout float normalization behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 105965b commit 310c338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with Hyperbrowser(
7474
```
7575

7676
> If you pass `config=...`, do not also pass `api_key`, `base_url`, or `headers`.
77-
> `timeout` may be provided to client constructors and must be finite and non-negative (`None` disables request timeouts).
77+
> `timeout` may be provided to client constructors and must be finite and non-negative (`None` disables request timeouts). Numeric timeout inputs are normalized to float values before being applied to the underlying HTTP client.
7878
7979
## Clients
8080

0 commit comments

Comments
 (0)