Fix docstring

This commit is contained in:
Florian Bruhin 2018-12-13 11:27:16 +01:00
parent 81375b3029
commit 02596fd325

View File

@ -62,11 +62,7 @@ def css_selector(group: str, url: QUrl) -> str:
class AbstractWebElement(collections.abc.MutableMapping):
"""A wrapper around QtWebKit/QtWebEngine web element.
Attributes:
tab: The tab associated with this element.
"""
"""A wrapper around QtWebKit/QtWebEngine web element."""
def __init__(self, tab: 'browsertab.AbstractTab') -> None:
self._tab = tab