Skip to content

Commit

Permalink
Merge pull request psf#217 from m9mhmdy/master
Browse files Browse the repository at this point in the history
Fix a small typo
  • Loading branch information
kennethreitz committed Sep 18, 2018
2 parents ee34f3f + cb6e5fb commit 95a113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ async def _async_render(*, url: str, script: str = None, scrolldown, sleep: int,
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.
Expand Down

0 comments on commit 95a113c

Please sign in to comment.