[New-bugs-announce] [issue20650] asyncio.BaseEventLoop.run_in_executor docs have awkward wording

Brett Cannon report at bugs.python.org
Mon Feb 17 03:46:29 CET 2014


New submission from Brett Cannon:

http://docs.python.org/3.4/library/asyncio-eventloop.html#asyncio.BaseEventLoop.run_in_executor

"executor is a Executor instance, the default executor is used if executor is None." could maybe be "The executor argument should be an Executor instance. The default executor is used if executor is None."

----------
assignee: brett.cannon
components: Documentation
messages: 211390
nosy: brett.cannon
priority: low
severity: normal
status: open
title: asyncio.BaseEventLoop.run_in_executor docs have awkward wording
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20650>
_______________________________________


More information about the New-bugs-announce mailing list