Improve configtypes.Command docs

This commit is contained in:
Florian Bruhin 2017-09-21 22:31:11 +02:00
parent 64b783d9c0
commit 1c76a51c1e
2 changed files with 2 additions and 2 deletions

View File

@ -3166,7 +3166,7 @@ This setting is only available with the QtWebKit backend.
When setting from a string, `1`, `yes`, `on` and `true` count as true, while `0`, `no`, `off` and `false` count as false (case-insensitive).
|BoolAsk|Like `Bool`, but `ask` is allowed as additional value.
|ColorSystem|The color system to use for color interpolation.
|Command|Base class for a command value with arguments.
|Command|A qutebrowser command with arguments.
|ConfirmQuit|Whether to display a confirmation when the window is closed.
|Dict|A dictionary of values.

View File

@ -773,7 +773,7 @@ class PercOrInt(_Numeric):
class Command(BaseType):
"""Base class for a command value with arguments.
"""A qutebrowser command with arguments.
//