Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa935df

Browse files
committed
#15788: fix broken links in subprocess doc. Patch by Chris Rebert.
1 parent 2543756 commit aa935df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ The following attributes are also available:
565565

566566
.. warning::
567567

568-
Use :meth:`communicate` rather than :attr:`.stdin.write <stdin>`,
569-
:attr:`.stdout.read <stdout>` or :attr:`.stderr.read <stderr>` to avoid
568+
Use :meth:`~Popen.communicate` rather than :attr:`.stdin.write <Popen.stdin>`,
569+
:attr:`.stdout.read <Popen.stdout>` or :attr:`.stderr.read <Popen.stderr>` to avoid
570570
deadlocks due to any of the other OS pipe buffers filling up and blocking the
571571
child process.
572572

0 commit comments

Comments
 (0)