Skip to content

Commit f656362

Browse files
docs: Update Code Guide
1 parent 1f75da0 commit f656362

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
@@ -73,7 +73,7 @@ client = ClientBuilder(endpoint="https://api.example.com"
7373
,connection_timeout=10
7474
,headers=headers
7575
,retries=5
76-
,delay=10)
76+
,initial_delay=10)
7777

7878

7979
### timeout, retry_strategy and headers are opcionals parameters

0 commit comments

Comments
 (0)