From 3a13614d0e1267818d3d8beb26ad645523d9262e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 2 Sep 2018 12:10:07 +0200 Subject: [PATCH] Fix none_ok description in BaseType --- qutebrowser/config/configtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configtypes.py b/qutebrowser/config/configtypes.py index 619dfd71d..7b7889ebe 100644 --- a/qutebrowser/config/configtypes.py +++ b/qutebrowser/config/configtypes.py @@ -123,7 +123,7 @@ class BaseType: """A type used for a setting value. Attributes: - none_ok: Whether to convert to None for an empty string. + none_ok: Whether to allow None (or an empty string for :set) as value. Class attributes: valid_values: Possible values if they can be expressed as a fixed