This commit is contained in:
Benjamin Peterson 2014-03-12 21:42:04 -05:00
commit 605765fa32
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ r"""subprocess - Subprocesses with accessible I/O streams
This module allows you to spawn processes, connect to their
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.spawn*