Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Feb 27, 2018
1 parent 2cfb08a commit 6f70ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def lxml(self):

@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
Expand Down

0 comments on commit 6f70ec7

Please sign in to comment.