Skip to content

Commit

Permalink
bpo-31065: Add doc about Popen.poll returning None. (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanadium23 authored and gpshead committed Aug 29, 2017
1 parent 265fcc5 commit 006617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/subprocess.rst
Expand Up @@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods:
.. method:: Popen.poll()

Check if child process has terminated. Set and return
:attr:`~Popen.returncode` attribute.
:attr:`~Popen.returncode` attribute. Otherwise, returns ``None``.


.. method:: Popen.wait(timeout=None)
Expand Down

0 comments on commit 006617f

Please sign in to comment.