summaryrefslogtreecommitdiff
path: root/scripts/link_pyqt.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-04 06:32:54 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-04 06:32:54 +0100
commit6b65d96fe101517592820f6e9b0efa64d575a294 (patch)
tree070e682079c0b9ac72cf4633589ad2d2f72605da /scripts/link_pyqt.py
parentfe60556a34ad743d93a937351f5db71f381b7424 (diff)
downloadqutebrowser-6b65d96fe101517592820f6e9b0efa64d575a294.tar.gz
qutebrowser-6b65d96fe101517592820f6e9b0efa64d575a294.zip
Reformat comment
Diffstat (limited to 'scripts/link_pyqt.py')
-rw-r--r--scripts/link_pyqt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/link_pyqt.py b/scripts/link_pyqt.py
index 82f8cbac5..ad7d45383 100644
--- a/scripts/link_pyqt.py
+++ b/scripts/link_pyqt.py
@@ -205,7 +205,7 @@ def main():
args = parser.parse_args()
if args.tox:
- #workaround for the lack of negative factors in tox.ini
+ # Workaround for the lack of negative factors in tox.ini
if 'LINK_PYQT_SKIP' in os.environ:
print('LINK_PYQT_SKIP set, exiting...')
sys.exit(0)