From 2b9161b91f41e0ab51d267ee5f0d018de5ff5451 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 12:07:12 -0500 Subject: [PATCH] clarification Signed-off-by: Kenneth Reitz --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index face9b3..12a33cd 100644 --- a/requests_html.py +++ b/requests_html.py @@ -220,7 +220,7 @@ class HTML(BaseParser): with an updated version, with JavaScript executed. Warning: the first time you run this method, it will download - Chromium into your home directory. + Chromium into your home directory (``~/.pyppeteer``). """ async def _async_render(url: str): try: