Skip to content

Commit 5dee4bb

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs(readme): fix misleading timeout example value (#370)
1 parent 3e61d32 commit 5dee4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ client = Finch(
247247
)
248248

249249
# Override per-request:
250-
client.with_options(timeout=5 * 1000).hris.directory.list()
250+
client.with_options(timeout=5.0).hris.directory.list()
251251
```
252252

253253
On timeout, an `APITimeoutError` is thrown.

0 commit comments

Comments
 (0)