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 708288c commit 41a5d22Copy full SHA for 41a5d22
Doc/library/subprocess.rst
@@ -894,9 +894,9 @@ The following attributes are also available:
894
895
.. attribute:: Popen.returncode
896
897
- The child return code. Initially ``None``, :attr:`returncode` is set by
+ The child return code. Initially ``None``, :attr:`returncode` is set by
898
:meth:`poll` and :meth:`wait` after process termination is observed.
899
-
+
900
A ``None`` value indicates that the process
901
hasn't terminated yet.
902
0 commit comments