X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=decorator_utils.py;h=eb5a0c9b9ff581fc3c4398e1e1ab186ec3d00978;hb=eedcbd4f64af13ec2098508c3d839a60f7e9ffce;hp=752fb919df35dc8ff5f93aba672b9d10bc1efb19;hpb=55a3172e37855f388b9ba0dfc91641a6c9ad1376;p=python_utils.git diff --git a/decorator_utils.py b/decorator_utils.py index 752fb91..eb5a0c9 100644 --- a/decorator_utils.py +++ b/decorator_utils.py @@ -443,7 +443,7 @@ def retry_if_false(tries: int, *, delay_sec=3.0, backoff=2.0): 3 >>> dur > 2.0 True - >>> dur < 2.2 + >>> dur < 2.3 True """