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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20650>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to