Fix none_ok description in BaseType
This commit is contained in:
parent
67b4b7d490
commit
3a13614d0e
@ -123,7 +123,7 @@ class BaseType:
|
|||||||
"""A type used for a setting value.
|
"""A type used for a setting value.
|
||||||
|
|
||||||
Attributes:
|
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:
|
Class attributes:
|
||||||
valid_values: Possible values if they can be expressed as a fixed
|
valid_values: Possible values if they can be expressed as a fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user