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.
1 parent 2a7efa3 commit bb857a9Copy full SHA for bb857a9
Doc/library/asyncio-subprocess.rst
@@ -275,7 +275,7 @@ their completion.
275
Use the :meth:`communicate` method rather than
276
:attr:`process.stdin.write() <stdin>`,
277
:attr:`await process.stdout.read() <stdout>` or
278
- :attr:`await process.stderr.read <stderr>`.
+ :attr:`await process.stderr.read() <stderr>`.
279
This avoids deadlocks due to streams pausing reading or writing
280
and blocking the child process.
281
0 commit comments