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