Thanks to visit codestin.com Credit goes to github.com
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 265fcc5 commit 006617fCopy full SHA for 006617f
1 file changed
Doc/library/subprocess.rst
@@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods:
584
.. method:: Popen.poll()
585
586
Check if child process has terminated. Set and return
587
- :attr:`~Popen.returncode` attribute.
+ :attr:`~Popen.returncode` attribute. Otherwise, returns ``None``.
588
589
590
.. method:: Popen.wait(timeout=None)
0 commit comments