Remove obsolete desc from docstring

This commit is contained in:
Florian Bruhin 2014-02-05 08:35:00 +01:00
parent 539fdc9d17
commit 630ff1cbf6

View File

@ -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