diff --git a/requests_html.py b/requests_html.py
index d2281bf..7f971db 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -96,7 +96,7 @@ class BaseParser:
@property
def text(self):
- """The text content of the :class:`Element ` or :class:`HTML `.."""
+ """The text content of the :class:`Element ` or :class:`HTML `."""
return self.pq.text()
@property