From b795a595af7b5232f68658d4adce0f21c7900f4b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:29:04 -0500 Subject: [PATCH] fix Signed-off-by: Kenneth Reitz --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: