diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py index 8356b069f..2c4eb6eab 100644 --- a/qutebrowser/mainwindow/tabwidget.py +++ b/qutebrowser/mainwindow/tabwidget.py @@ -535,7 +535,7 @@ class TabBar(QTabBar): width = self.width() / self.count() # If no_pinned_width is not divisible by no_pinned_count, add a - # pixel to some tabs so # that there is no ugly leftover space. + # pixel to some tabs so that there is no ugly leftover space. if (no_pinned_count > 0 and index < no_pinned_width % no_pinned_count): width += 1