typo... um... yeah...

This commit is contained in:
Ray Holder 2013-01-22 01:38:38 -06:00
parent d51df31bda
commit 8ee7df072e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ We can also use the result of the function to alter the behavior of retrying.
print "Retry forever ignoring Exceptions with no wait if return value is None"
Any combination of stop, wait, etc. are also supported to give you the freedom to mix and match.
Any combination of stop, wait, etc. is also supported to give you the freedom to mix and match.
Contribute
----------