]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes typo in asyncio.queue doc (GH-11581)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Jan 2019 11:58:37 +0000 (03:58 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Jan 2019 11:58:37 +0000 (03:58 -0800)
commit6d84071514346efd5eddee1a2963e7ea25ceb901
tree7ba81677c83291b9efb5206875d6c8c4de67066d
parent422db3777874f4f31fc8f4e718f440a2abc59347
Fixes typo in asyncio.queue doc (GH-11581)

Typo fix for method doc, I'm pretty sure coro is meant, because there's no consumer threads for thread-unsafe queue.

Most probably this piece of doc was copied from `queue.Queue`

There's not BPO bug for this, afaik.
(cherry picked from commit 97e12996f31f6ada4173e2cd4b6807c98ba379a4)

Co-authored-by: Slam <3lnc.slam@gmail.com>
Doc/library/asyncio-queue.rst