Fix docstring
This commit is contained in:
parent
81375b3029
commit
02596fd325
@ -62,11 +62,7 @@ def css_selector(group: str, url: QUrl) -> str:
|
|||||||
|
|
||||||
class AbstractWebElement(collections.abc.MutableMapping):
|
class AbstractWebElement(collections.abc.MutableMapping):
|
||||||
|
|
||||||
"""A wrapper around QtWebKit/QtWebEngine web element.
|
"""A wrapper around QtWebKit/QtWebEngine web element."""
|
||||||
|
|
||||||
Attributes:
|
|
||||||
tab: The tab associated with this element.
|
|
||||||
"""
|
|
||||||
|
|
||||||
def __init__(self, tab: 'browsertab.AbstractTab') -> None:
|
def __init__(self, tab: 'browsertab.AbstractTab') -> None:
|
||||||
self._tab = tab
|
self._tab = tab
|
||||||
|
Loading…
Reference in New Issue
Block a user