From f6fbb098ccf610db924125f0be8c7b4d4f27e540 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Jun 2016 12:40:52 +0200 Subject: [PATCH] Remove redundant sentence in docstring --- qutebrowser/commands/runners.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qutebrowser/commands/runners.py b/qutebrowser/commands/runners.py index 1722d99d3..722b7c2a9 100644 --- a/qutebrowser/commands/runners.py +++ b/qutebrowser/commands/runners.py @@ -85,8 +85,7 @@ class CommandRunner(QObject): Args: text: The text to parse. - default : Default value to return when alias was not found. By - default it is set to None. + default : Default value to return when alias was not found. Return: The new command string if an alias was found. Default value