Skip to content

Commit

Permalink
Mention Tornado minimum version in README
Browse files Browse the repository at this point in the history
Improves #99
  • Loading branch information
jd committed Nov 17, 2017
1 parent daaaebe commit fccbedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ using the `retry_with` function attached to the wrapped function:

...

Finally, ``retry`` works also on asyncio and Tornado coroutines. Sleeps are done
asynchronously too.
Finally, ``retry`` works also on asyncio and Tornado (>= 4.5) coroutines.
Sleeps are done asynchronously too.

.. code-block:: python
Expand Down

0 comments on commit fccbedf

Please sign in to comment.