Fix broken link in `asyncio-subprocesses` doc (GH-99214)
# Fix broken link in Doc/library/asyncio-subprocess.rst This is a trivial fix in documentation to fix a broken link. There is a broken link in [Doc/library/asyncio-subprocess.rst](https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.Process) for the function ``wait_for``:  I suppose this refers to the function ``asyncio.wait_for`` which is not clear in the docs. This PR fixes the link and the result looks like the following:  Automerge-Triggered-By: GH:AlexWaygood
M
Mikael Koli committed
acf4d5d5bdecbc8756276731e09bae245d88518d
Parent: f1a6546
Committed by GitHub <noreply@github.com>
on 11/8/2022, 4:26:06 PM