Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
> how many long to sleep

to

> how many seconds to sleep
  • Loading branch information
Necklaces authored Feb 13, 2020
1 parent dc82965 commit c6c2f27
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 @@ -606,7 +606,7 @@ def render(self, retries: int = 8, script: str = None, wait: float = 0.2, scroll
:param script: JavaScript to execute upon page load (optional).
:param wait: The number of seconds to wait before loading the page, preventing timeouts (optional).
:param scrolldown: Integer, if provided, of how many times to page down.
:param sleep: Integer, if provided, of how many long to sleep after initial render.
:param sleep: Integer, if provided, of how many seconds to sleep after initial render.
:param reload: If ``False``, content will not be loaded from the browser, but will be provided from memory.
:param keep_page: If ``True`` will allow you to interact with the browser page through ``r.html.page``.
Expand Down

0 comments on commit c6c2f27

Please sign in to comment.