From f5bb75a1860fe7a870ec82adca5e8343733f4271 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Mon, 11 Apr 2016 22:31:49 -0400 Subject: [PATCH] Fix docstring in scroll_px. --- qutebrowser/browser/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 278380578..e7e1183dd 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -500,7 +500,7 @@ class CommandDispatcher: Args: dx: How much to scroll in x-direction. - dy: How much to scroll in x-direction. + dy: How much to scroll in y-direction. count: multiplier """ dx *= count