From b047b22273d28dd8acea1ae5e961fac40d3edcee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 19:44:52 -0500 Subject: [PATCH] fix Signed-off-by: Kenneth Reitz --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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