Skip to content

Commit

Permalink
Fix error in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlucy-stripe committed Oct 29, 2018
1 parent 4b45a3b commit 9a68ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basilica/basilica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, auth_key, server='https://api.basilica.ai',
:type retries: int
:param backoff_factor: See urllib3.util.retry.Retry.backoff_factor .
:type backoff_factor: float
:status_forcelist: What HTTP response codes trigger a retry.
:param status_forcelist: What HTTP response codes trigger a retry.
:type status_forcelist: Tuple[int]
>>> with basilica.Connection('SLOW_DEMO_KEY') as c:
Expand Down

0 comments on commit 9a68ad4

Please sign in to comment.