From cb6e5fb55798762e352775eba14c0bd0cb7bf037 Mon Sep 17 00:00:00 2001 From: m9mhmdy <42245918+m9mhmdy@users.noreply.github.com> Date: Thu, 30 Aug 2018 16:25:25 +0200 Subject: [PATCH] Fix a small typo --- 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.