From 11b258568d7d29a722ae9b57cefbcce2add11db8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 31 May 2015 15:02:09 +0200 Subject: [PATCH] Improve docstring. --- qutebrowser/browser/commands.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 5318bdc7d..8f54ed76b 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -652,8 +652,10 @@ class CommandDispatcher: Args: x: How many pages to scroll to the right. y: How many pages to scroll down. - bottom_navigate: :navigate to the next page on bottom - top_navigate: :navigate to the previous page on top + bottom_navigate: :navigate action (next, increment) to run when + scrolling down at the bottom of the page. + top_navigate: :navigate action (prev, decrement) to run when + scrolling up at the top of the page. count: multiplier """ frame = self._current_widget().page().currentFrame()