Skip to content

Commit 41a5d22

Browse files
Removing trailing whitespace
1 parent 708288c commit 41a5d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/subprocess.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -894,9 +894,9 @@ The following attributes are also available:
894894

895895
.. attribute:: Popen.returncode
896896

897-
The child return code. Initially ``None``, :attr:`returncode` is set by
897+
The child return code. Initially ``None``, :attr:`returncode` is set by
898898
:meth:`poll` and :meth:`wait` after process termination is observed.
899-
899+
900900
A ``None`` value indicates that the process
901901
hasn't terminated yet.
902902

0 commit comments

Comments
 (0)