diff --git a/requests_html.py b/requests_html.py
index 0e3baa1..ae99be3 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -235,7 +235,8 @@ class HTML(BaseParser):
with an updated version, with JavaScript executed.
If ``scrolldown`` is specified, the page will scrolldown the specified
- number of times, after sleeping the specified amount of time.
+ number of times, after sleeping the specified amount of time
+ (e.g. ``scrolldown=10, sleep=1``).
If just ``sleep`` is provided, the rendering will wait *n* seconds, before
returning.