This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in asyncio documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Paradisee, berker.peksag, docs@python, frankmillman, python-dev
Priority: normal Keywords: patch

Created on 2016-01-19 15:16 by frankmillman, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch.diff Paradisee, 2016-01-19 16:24 Typo patch review
Messages (4)
msg258599 - (view) Author: Frank Millman (frankmillman) Date: 2016-01-19 15:16
18.5.1.15. Server

close()

"The sockets that represent existing incoming client connections are leaved open."

I think this should say 'are left open'.
msg258602 - (view) Author: Carlo Beccarini (Paradisee) * Date: 2016-01-19 16:02
Absolutely.
msg258640 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-20 05:14
New changeset 7415a9386048 by Berker Peksag in branch '3.5':
Issue #26157: Fix typos in asyncio-eventloop.rst
https://hg.python.org/cpython/rev/7415a9386048

New changeset 67f562cbd87b by Berker Peksag in branch 'default':
Issue #26157: Fix typos in asyncio-eventloop.rst
https://hg.python.org/cpython/rev/67f562cbd87b
msg258641 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-01-20 05:17
Thanks! I noticed another typo in the same file and fixed it.
History
Date User Action Args
2022-04-11 14:58:26adminsetgithub: 70345
2016-01-20 05:17:35berker.peksagsetstatus: open -> closed

versions: - Python 3.4
nosy: + berker.peksag

messages: + msg258641
resolution: fixed
stage: resolved
2016-01-20 05:14:57python-devsetnosy: + python-dev
messages: + msg258640
2016-01-19 16:24:52Paradiseesetfiles: + patch.diff
keywords: + patch
2016-01-19 16:12:39Paradiseesetversions: + Python 3.4
2016-01-19 16:02:11Paradiseesetnosy: + Paradisee
messages: + msg258602
2016-01-19 15:16:28frankmillmancreate