Fix a small typo

This commit is contained in:
m9mhmdy
2018-08-30 16:25:25 +02:00
committed by GitHub
parent c59480bf15
commit cb6e5fb557
+1 -1
View File
@@ -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.