Skip to content

Commit 0572ec9

Browse files
authored
Merge pull request #92 from cshoe/fix-timeout-docstring
Fix inaccurate timeout docstring
2 parents c563462 + 9c0ab25 commit 0572ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reddit_decider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ def decider_client_from_config(
11641164
experiment configuration fetcher daemon.
11651165
``timeout`` (optional)
11661166
The time that we should wait for the file specified by ``path`` to
1167-
exist. Defaults to `None` which is `infinite`.
1167+
exist. Defaults to `None` which is not blocking.
11681168
``backoff`` (optional)
11691169
The base amount of time for exponential backoff when trying to find the
11701170
experiments config file. Defaults to no backoff between tries.

0 commit comments

Comments
 (0)