From 630ff1cbf68f1958b3f0609dd90deb5fb119796e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Feb 2014 08:35:00 +0100 Subject: [PATCH] Remove obsolete desc from docstring --- qutebrowser/commands/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qutebrowser/commands/__init__.py b/qutebrowser/commands/__init__.py index 4f649dcfe..906b25805 100644 --- a/qutebrowser/commands/__init__.py +++ b/qutebrowser/commands/__init__.py @@ -15,8 +15,6 @@ A command class can set the following properties: count -- If the command supports a count. Default: False hide -- If the command should be hidden in tab completion. Default: False - - desc -- Description of the command. """ from qutebrowser.commands.template import Command