Fix AbstractSearch attribute docs

This commit is contained in:
Florian Bruhin 2016-07-08 09:15:28 +02:00
parent e4b0b7fffd
commit ecd399181d

View File

@ -93,9 +93,9 @@ class AbstractSearch(QObject):
"""Attribute of AbstractTab for doing searches.
Attributes:
widget: The underlying WebView widget.
text: The last thing this view was searched for.
_flags: The flags of the last search.
_widget: The underlying WebView widget.
"""
def __init__(self, parent=None):