Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da431f7

Browse files
authored
Add two spaces around equal sign (#23719)
Fit to PEP8 coding style
1 parent b5a6db9 commit da431f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ be used directly:
12811281
12821282
becomes::
12831283

1284-
output=check_output("dmesg | grep hda", shell=True)
1284+
output = check_output("dmesg | grep hda", shell=True)
12851285

12861286

12871287
Replacing :func:`os.system`

0 commit comments

Comments
 (0)