commit | ca944628acd83243f1511d118d39091dae82224f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 08 08:33:51 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 08 08:33:51 2022 -0800 |
tree | 0743479bb4196795adb090ef7edb2fb9303f5f1d | |
parent | 47f4a18be00ff2ef77b5be073f9a0527678c7428 [diff] |
Fix broken link in `asyncio-subprocesses` doc (GH-99214) GH- 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.htmlGH-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:  (cherry picked from commit acf4d5d5bdecbc8756276731e09bae245d88518d) Co-authored-by: Mikael Koli <koli.mikael@gmail.com> Automerge-Triggered-By: GH:AlexWaygood