Skip to content

Commit f0cc6ef

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent 876817a commit f0cc6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ client.with_options(max_retries=5).chat.chat(
362362

363363
### Timeouts
364364

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

368368
```python
369369
import httpx

0 commit comments

Comments
 (0)