Fix link to requests-threads on community/recommended

This commit is contained in:
Matthew Peveler
2019-10-30 16:15:13 -03:00
committed by GitHub
parent d2590ee46c
commit 4a540ff5f1
+1 -1
View File
@@ -40,7 +40,7 @@ requested by users within the community.
Requests-Threads
----------------
`Requests-Threads` is a Requests session that returns the amazing Twisted's awaitable Deferreds instead of Response objects. This allows the use of ``async``/``await`` keyword usage on Python 3, or Twisted's style of programming, if desired.
`Requests-Threads`_ is a Requests session that returns the amazing Twisted's awaitable Deferreds instead of Response objects. This allows the use of ``async``/``await`` keyword usage on Python 3, or Twisted's style of programming, if desired.
.. _Requests-Threads: https://github.com/requests/requests-threads