Skip to content

Commit 8d2f34f

Browse files
docs(readme): fix misleading timeout example value (#253)
1 parent d925251 commit 8d2f34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ client = Orb(
276276
)
277277

278278
# Override per-request:
279-
client.with_options(timeout=5 * 1000).customers.create(
279+
client.with_options(timeout=5.0).customers.create(
280280
email="example-customer@withorb.com",
281281
name="My Customer",
282282
)

0 commit comments

Comments
 (0)