Adjust comment

This commit is contained in:
Florian Bruhin 2014-09-22 21:03:01 +02:00
parent 56e893f797
commit 9145ba9656

View File

@ -90,7 +90,7 @@ class CommandDispatcher:
frame.setScrollBarValue(orientation, int(m * perc / 100))
def _prevnext(self, prev, newtab):
"""Inner logic for {tab,}{prev,next}page."""
"""Inner logic for :navigate {prev,next}."""
widget = self._current_widget()
frame = widget.page().currentFrame()
if frame is None: