Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Note that Popen attributes are read-only
  • Loading branch information
slateny committed May 22, 2022
commit 2e724b84e0051b3e8303f95e402093425544eb50
2 changes: 1 addition & 1 deletion Doc/library/subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ Instances of the :class:`Popen` class have the following methods:
On Windows :meth:`kill` is an alias for :meth:`terminate`.


The following attributes are also available:
The following read-only attributes are also available:
Comment thread
gpshead marked this conversation as resolved.
Outdated

.. attribute:: Popen.args

Expand Down