Fix none_ok description in BaseType

This commit is contained in:
Florian Bruhin 2018-09-02 12:10:07 +02:00
parent 67b4b7d490
commit 3a13614d0e

View File

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