diff options
| author | Piet Delport <pjdelport@gmail.com> | 2016-01-04 16:09:18 +0200 |
|---|---|---|
| committer | Piet Delport <pjdelport@gmail.com> | 2016-01-04 16:09:18 +0200 |
| commit | b5ded7a6bc0e7407c08813faa95b66a624d60f52 (patch) | |
| tree | ab9db4a953c1bfd7770488765fba9d117e1e40d2 /doc/_getdoctarget.py | |
| parent | b9e5e7fe4f721a1705b02fc16e891a451ac298a2 (diff) | |
| download | tox-fix-flakes.tar.gz | |
Remove separating spaces in "print (...)" (pep8 E211)fix-flakes
Diffstat (limited to 'doc/_getdoctarget.py')
| -rwxr-xr-x | doc/_getdoctarget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_getdoctarget.py b/doc/_getdoctarget.py index 1199221..f92e87b 100755 --- a/doc/_getdoctarget.py +++ b/doc/_getdoctarget.py @@ -13,4 +13,4 @@ def get_minor_version_string(): return ".".join(get_version_string().split(".")[:2]) if __name__ == "__main__": - print (get_minor_version_string()) + print(get_minor_version_string()) |
