Skip to content

Commit dba780a

Browse files
committed
Fix README.md mistake
1 parent 4d0a965 commit dba780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/templates/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ from urllib3.util.retry import Retry
509509

510510
configuration = asana.Configuration()
511511
configuration.retry_strategy = Retry(
512-
total=10 # Maximum number of retries
512+
total=10, # Maximum number of retries
513513
backoff_factor=4, # Exponential backoff factor (1s, 2s, 4s, etc.)
514514
)
515515
...

0 commit comments

Comments
 (0)