New submission from Bumsik Kim <kbum...@gmail.com>:

https://docs.python.org/3/library/asyncio-protocol.html#basesubprocesstransport

I belive the doc has a wrong name "basesubprocesstransport" and it should be 
"Subprocesstransport".

You can see this in the source code: 
https://github.com/python/cpython/blob/3.6/Lib/asyncio/transports.py

----------
assignee: docs@python
components: Documentation
messages: 320638
nosy: docs@python, kbumsik
priority: normal
severity: normal
status: open
title: Typo: BaseSubprocessTransport -> SubprocessTransport
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33986>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to