Commit 5eea8a77 authored by Benjamin Peterson's avatar Benjamin Peterson

remove unnecessary word (closes #19060)

Patch by Anastasia Filatova.
parent fa5e6e47
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
The :mod:`subprocess` module allows you to spawn new processes, connect to their The :mod:`subprocess` module allows you to spawn new processes, connect to their
input/output/error pipes, and obtain their return codes. This module intends to input/output/error pipes, and obtain their return codes. This module intends to
replace several other, older modules and functions, such as:: replace several older modules and functions::
os.system os.system
os.spawn* os.spawn*
......
...@@ -11,7 +11,7 @@ r"""subprocess - Subprocesses with accessible I/O streams ...@@ -11,7 +11,7 @@ r"""subprocess - Subprocesses with accessible I/O streams
This module allows you to spawn processes, connect to their This module allows you to spawn processes, connect to their
input/output/error pipes, and obtain their return codes. This module input/output/error pipes, and obtain their return codes. This module
intends to replace several other, older modules and functions, like: intends to replace several older modules and functions:
os.system os.system
os.spawn* os.spawn*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment