Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit d92ef58

Browse files
author
vinmic
committed
Rename producer/consumer example
1 parent e0af0bf commit d92ef58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Diff for: producer_consumer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple producer/consumer example, using `Queue.task_done
2020
and `Queue.join
2121
<https://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.join>`_:
2222

23-
.. literalinclude:: examples/producer_consumer_2.py
23+
.. literalinclude:: examples/producer_consumer_join.py
2424

2525
For more information, see the `asyncio queue documentation
2626
<https://docs.python.org/3/library/asyncio-queue.html>`_.

0 commit comments

Comments
 (0)