diff --git a/requests_html.py b/requests_html.py
index e9e455b..0e3baa1 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -255,7 +255,7 @@ class HTML(BaseParser):
}
\"\"\"
- Returns the return value of'the executed ``script``, if any is provided:
+ Returns the return value of the executed ``script``, if any is provided:
.. code-block:: python