commit | 6d84071514346efd5eddee1a2963e7ea25ceb901 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jan 17 03:58:37 2019 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 17 03:58:37 2019 -0800 |
tree | 7ba81677c83291b9efb5206875d6c8c4de67066d | |
parent | 422db3777874f4f31fc8f4e718f440a2abc59347 [diff] |
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>