mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
@ -362,7 +362,7 @@ def fileContents(fn):
|
|||
|
||||
def runCommand(commandline):
|
||||
"""
|
||||
Run a command and raise RuntimeError if it fails. Output is surpressed
|
||||
Run a command and raise RuntimeError if it fails. Output is suppressed
|
||||
unless the command fails.
|
||||
"""
|
||||
fd = os.popen(commandline, 'r')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue