summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-06-19 09:43:45 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-06-19 09:43:45 +0200
commit5bb63e67e0eae8f0050b00a4ac42f53b5cf2f4c1 (patch)
tree9f6b0bd59539f0b05cc3ffc9b8e7aafc75e23c9c
parent8494332c3a091b15fadaa2b52f839cd965eac212 (diff)
downloadqutebrowser-5bb63e67e0eae8f0050b00a4ac42f53b5cf2f4c1.tar.gz
qutebrowser-5bb63e67e0eae8f0050b00a4ac42f53b5cf2f4c1.zip
Remove another stray #
-rw-r--r--qutebrowser/mainwindow/tabwidget.py2
1 files changed, 1 insertions, 1 deletions
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