From d36851bb36f9a10ea8669d43e3c3f8f572d960b5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 17:56:57 -0500 Subject: [PATCH] render methods Signed-off-by: Kenneth Reitz --- requests_html.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requests_html.py b/requests_html.py index 3216944..c041777 100644 --- a/requests_html.py +++ b/requests_html.py @@ -228,13 +228,13 @@ class HTML(BaseParser): """Reloads the response in Chromium, and replaces HTML content with an updated version, with JavaScript executed. - If scrolldown is specified, the page will scrolldown the specified + If ``scrolldown`` is specified, the page will scrolldown the specified number of times, after sleeping the specified amount of time. - If script is specified, it will execute the provided JavaScript at + If ``script`` is specified, it will execute the provided JavaScript at runtime. - Returns the return value of script, if any is provided. + Returns the return value of ``script``, if any is provided. Warning: the first time you run this method, it will download Chromium into your home directory (``~/.pyppeteer``).