Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:29:04 -05:00
parent 7bb617b368
commit b795a595af
+1 -1
View File
@@ -220,7 +220,7 @@ class Element(BaseParser):
@property
def attrs(self) -> dict:
"""Returns a dictionary of the attributes of the class:`Element <Element>`."""
"""Returns a dictionary of the attributes of the :class:`Element <Element>`."""
attrs = {k: self.pq.attr[k].strip() for k in self.element.keys()}
# Split class up, as there are ussually many of them: