diff --git a/docs/index.md b/docs/index.md index c6d2757..9b06ebb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -141,6 +141,7 @@ runner.run( ``` please read [retrying documentation](https://pypi.python.org/pypi/retrying) for all available options. + *warning: do not use an empty `retry_policy` dictionary , if you don't need retrying just don't send this parameter otherwise an empty dictionary means try forever*