Update outdated comment

This commit is contained in:
Florian Bruhin 2014-10-07 20:56:27 +02:00
parent d8a917575d
commit 4d092db114

View File

@ -221,7 +221,7 @@ class TabbedBrowser(tabwidget.TabWidget):
self._remove_tab(tab)
def close_tab(self, tab):
"""Close a tab with either index or tab given.
"""Close a tab.
Args:
tab: The QWebView to be closed.