Add two spaces around equal sign (#23719)

Fit to PEP8 coding style
This commit is contained in:
sblondon 2020-12-13 06:27:22 +01:00 committed by GitHub
parent b5a6db9111
commit da431f789b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`