Skip to content

Commit

Permalink
Add two spaces around equal sign (python#23719)
Browse files Browse the repository at this point in the history
Fit to PEP8 coding style
  • Loading branch information
sblondon authored Dec 13, 2020
1 parent b5a6db9 commit da431f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit da431f7

Please sign in to comment.