diff --git a/requests_html.py b/requests_html.py
index 6e699a7..d5890a2 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -220,7 +220,9 @@ 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 `
+ (`learn more `_).
+ """
attrs = {k: self.pq.attr[k].strip() for k in self.element.keys()}
# Split class up, as there are ussually many of them: