summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRay Holder <ray@blacklocus.com>2013-01-22 01:38:38 -0600
committerRay Holder <ray@blacklocus.com>2013-01-22 01:38:38 -0600
commit8ee7df072e4e08274ca7e433ac79f02f67b2eaa1 (patch)
tree759b5f0d7e5cd9b4c709ed3a09967122c1219642 /README.rst
parentd51df31bda58254f322c4056d771256210fa8c9a (diff)
downloadretrying-8ee7df072e4e08274ca7e433ac79f02f67b2eaa1.tar.gz
typo... um... yeah...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a4087df..2cacb77 100644
--- a/README.rst
+++ b/README.rst
@@ -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
----------