Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 09:11:24 -05:00
parent 2cfb08aad0
commit 6f70ec7fad
+1 -1
View File
@@ -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