This commit is contained in:
Florian Bruhin 2016-06-08 15:22:21 +02:00
parent 049510ea8f
commit 1b2c6d30c5

View File

@ -187,7 +187,7 @@ class WebHistory(QWebHistoryInterface):
self.cleared.emit()
def addHistoryEntry(self, url_string):
"""Required for a QWebHistoryInterface impl, obseleted by add_url."""
"""Required for a QWebHistoryInterface impl, obsoleted by add_url."""
pass
def add_url(self, url_string, title=""):