This commit is contained in:
Fredrik Lundh 2004-10-12 15:48:03 +00:00
parent 82f3c9a389
commit aea08398f2
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Rationale
For example, many people cannot tell the difference between For example, many people cannot tell the difference between
popen2.popen2 and popen2.popen4 without using the documentation. popen2.popen2 and popen2.popen4 without using the documentation.
- One small utility functions is provided: subprocess.call(). It - One small utility function is provided: subprocess.call(). It
aims to be an enhancement over os.system(), while still very aims to be an enhancement over os.system(), while still very
easy to use: easy to use: