[docs] [issue29127] Incorrect reference names in asyncio.subprocess documentation

Eric Ahn report at bugs.python.org
Sat Dec 31 21:44:14 EST 2016


New submission from Eric Ahn:

On this page of the documentation https://docs.python.org/3/library/asyncio-subprocess.html it seems that some of the reference names are incorrect.

Namely, asyncio.subprocess.PIPE is referred to as asyncio.asyncio.subprocess.PIPE (along with STDOUT and DEVNULL), plus asyncio.subprocess.Process is referred to as asyncio.asyncio.subprocess.Process.

This is reflected in the permalinks as well as when one tries to reference these via intersphinx (which is how I discovered it; I was trying to link to this page and was failing).

----------
assignee: docs at python
components: Documentation
messages: 284418
nosy: Eric Ahn, docs at python
priority: normal
severity: normal
status: open
title: Incorrect reference names in asyncio.subprocess documentation
versions: Python 3.6

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


More information about the docs mailing list