Skip to content

Commit b2f6abe

Browse files
authored
Fix a warning in README parser (#722)
1 parent 0c7d309 commit b2f6abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ time-tested, but has some limitations.
9090
for communication between synchronous code and asynchronous one.
9191
For sync-only and async-only cases, use queues from
9292
`queue <https://docs.python.org/3/library/queue.html>`_ and
93-
`asyncio <https://docs.python.org/3/library/asyncio-queue.html>`_ modules,
93+
`asyncio queue <https://docs.python.org/3/library/asyncio-queue.html>`_ modules,
9494
otherwise `the slowdown can be significant
9595
<https://github.com/aio-libs/janus/issues/419>`_.
9696
* You cannot use queues for communicating between two different event loops

0 commit comments

Comments
 (0)