mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
+1
-1
@@ -96,7 +96,7 @@ class BaseParser:
|
||||
|
||||
@property
|
||||
def text(self):
|
||||
"""The text content of the :class:`Element <Element>` or :class:`HTML <HTML>`.."""
|
||||
"""The text content of the :class:`Element <Element>` or :class:`HTML <HTML>`."""
|
||||
return self.pq.text()
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user