Merge pull request #163 from Norbinsh/master

Minor typo fix
This commit is contained in:
2018-09-18 02:52:00 -04:00
committed by GitHub
-3
View File
@@ -529,9 +529,6 @@ class HTML(BaseParser):
>>> 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``).
"""