Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5eea8a7

Browse files
committed
remove unnecessary word (closes #19060)
Patch by Anastasia Filatova.
1 parent fa5e6e4 commit 5eea8a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
The :mod:`subprocess` module allows you to spawn new processes, connect to their
1111
input/output/error pipes, and obtain their return codes. This module intends to
12-
replace several other, older modules and functions, such as::
12+
replace several older modules and functions::
1313

1414
os.system
1515
os.spawn*

Lib/subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
This module allows you to spawn processes, connect to their
1313
input/output/error pipes, and obtain their return codes. This module
14-
intends to replace several other, older modules and functions, like:
14+
intends to replace several older modules and functions:
1515
1616
os.system
1717
os.spawn*

0 commit comments

Comments
 (0)