We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio-subprocesses
1 parent 47f4a18 commit ca94462Copy full SHA for ca94462
Doc/library/asyncio-subprocess.rst
@@ -175,7 +175,7 @@ their completion.
175
176
* the :meth:`~asyncio.subprocess.Process.communicate` and
177
:meth:`~asyncio.subprocess.Process.wait` methods don't have a
178
- *timeout* parameter: use the :func:`wait_for` function;
+ *timeout* parameter: use the :func:`~asyncio.wait_for` function;
179
180
* the :meth:`Process.wait() <asyncio.subprocess.Process.wait>` method
181
is asynchronous, whereas :meth:`subprocess.Popen.wait` method
0 commit comments