From 132e5cb522db2fad73eb5f29e5f49481976dfc2f Mon Sep 17 00:00:00 2001 From: Sun Wei Date: Mon, 26 Mar 2018 17:57:50 +0800 Subject: [PATCH] Automatically? --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index ea8f3bd..0ab0a57 100644 --- a/requests_html.py +++ b/requests_html.py @@ -569,7 +569,7 @@ class HTML(BaseParser): except TimeoutError: return None - self.session.browser # Automatycally create a event loop and browser + self.session.browser # Automatically create a event loop and browser content = None # Automatically set Reload to False, if example URL is being used.