mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
b5a6db9111
commit
da431f789b
1 changed files with 1 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ be used directly:
|
|||
|
||||
becomes::
|
||||
|
||||
output=check_output("dmesg | grep hda", shell=True)
|
||||
output = check_output("dmesg | grep hda", shell=True)
|
||||
|
||||
|
||||
Replacing :func:`os.system`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue