From de743732aa5e8e7d2571cfa8c81668768f7c9099 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 19 Jun 2017 08:29:23 +0200 Subject: [PATCH] remove # inside comment --- qutebrowser/mainwindow/tabwidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py index 9a34fc0fc..8356b069f 100644 --- a/qutebrowser/mainwindow/tabwidget.py +++ b/qutebrowser/mainwindow/tabwidget.py @@ -523,7 +523,7 @@ class TabBar(QTabBar): else: # If we *do* have enough space, tabs should occupy the whole - # window # width. If there are pinned tabs their size will be + # window width. If there are pinned tabs their size will be # subtracted from the total window width. # During shutdown the self.count goes down, # but the self.pinned_count not - this generates some odd