[issue28348] Doc typo in asyncio.Task

2016-10-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.6, Python 3.7 ___ Python tracker

[issue28348] Doc typo in asyncio.Task

2016-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8c8692da071a by Berker Peksag in branch '3.5': Issue #28348: Fix typo in asyncio.Task() documentation https://hg.python.org/cpython/rev/8c8692da071a New changeset 99c37fa72b66 by Berker Peksag in branch '3.6': Issue #28348: Merge from 3.5 https://hg

[issue28348] Doc typo in asyncio.Task

2016-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: fixed the typo as reported. -- keywords: +patch Added file: http://bugs.python.org/file44948/issue28348.patch ___ Python tracker ___ __

[issue28348] Doc typo in asyncio.Task

2016-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report. Seems like easy fix :) I'll work on a patch for this today. -- nosy: +Mariatta ___ Python tracker ___ _

[issue28348] Doc typo in asyncio.Task

2016-10-03 Thread Poren Chiang
New submission from Poren Chiang: Version: Latest (v3.5.2) Affected module: asyncio (section 18.5) Problem: Under section 18.5.3.5. "Task", The word "completion" is misspelled "completition". > A task is responsible for executing a coroutine object in an event loop. If > the wrapped coroutine