Skip to content

Commit

Permalink
Merge pull request psf#191 from montenegrodr/patch-1
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
kennethreitz committed Sep 18, 2018
2 parents 5de8c88 + a1c5e6a commit e05933a
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 @@ -530,7 +530,7 @@ def render(self, retries: int = 8, script: str = None, wait: float = 0.2, scroll
{'width': 800, 'height': 600, 'deviceScaleFactor': 1}
Warning: If you use keep_page, you're responsable for closing each page, since
opening to many at scale may crach the browser.
opening to many at scale may crash the browser.
Warning: the first time you run this method, it will download
Chromium into your home directory (``~/.pyppeteer``).
Expand Down

0 comments on commit e05933a

Please sign in to comment.