diff --git a/requests_html.py b/requests_html.py index 0ccb9e2..6e699a7 100644 --- a/requests_html.py +++ b/requests_html.py @@ -220,7 +220,7 @@ class Element(BaseParser): @property def attrs(self) -> dict: - """Returns a dictionary of the attributes of the class:`Element `.""" + """Returns a dictionary of the attributes of the :class:`Element `.""" attrs = {k: self.pq.attr[k].strip() for k in self.element.keys()} # Split class up, as there are ussually many of them: