Skip to content

Commit 80f2cda

Browse files
docs(readme): fix misleading timeout example value (#370)
1 parent 3e61d32 commit 80f2cda

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
@@ -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)