Improve docstring.

This commit is contained in:
Florian Bruhin 2015-05-31 15:02:09 +02:00
parent 5b3ffa2419
commit 11b258568d

View File

@ -652,8 +652,10 @@ class CommandDispatcher:
Args: Args:
x: How many pages to scroll to the right. x: How many pages to scroll to the right.
y: How many pages to scroll down. y: How many pages to scroll down.
bottom_navigate: :navigate to the next page on bottom bottom_navigate: :navigate action (next, increment) to run when
top_navigate: :navigate to the previous page on top 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 count: multiplier
""" """
frame = self._current_widget().page().currentFrame() frame = self._current_widget().page().currentFrame()