Skip to content

Commit

Permalink
Merge pull request psf#163 from Norbinsh/master
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
kennethreitz committed Sep 18, 2018
2 parents c47fd12 + 625910e commit a693658
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,6 @@ def render(self, retries: int = 8, script: str = None, wait: float = 0.2, scroll
>>> r.html.render(script=script)
{'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 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 a693658

Please sign in to comment.