Skip to content

Commit b68d394

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent 638c7c4 commit b68d394

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
@@ -176,7 +176,7 @@ client.with_options(max_retries=5).classifications.universal.create(
176176
### Timeouts
177177

178178
By default requests time out after 1 minute. You can configure this with a `timeout` option,
179-
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
179+
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
180180

181181
```python
182182
from isaacus import Isaacus

0 commit comments

Comments
 (0)