You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation (read-the-docs and README) has all the examples using asyncio.coroutine to decorate functions to indicate they are coroutines. However, the docs for Sphinx appear to have the proper format.
The README and read-the-docs should be updated to reflect these changes, especially since the library only supports Python 3.6+.
The text was updated successfully, but these errors were encountered:
The documentation (read-the-docs and README) has all the examples using
asyncio.coroutine
to decorate functions to indicate they are coroutines. However, the docs for Sphinx appear to have the proper format.The
README
andread-the-docs
should be updated to reflect these changes, especially since the library only supports Python 3.6+.The text was updated successfully, but these errors were encountered: