We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9838d2a commit f94ff54Copy full SHA for f94ff54
splunklib/searchcommands/validators.py
@@ -37,7 +37,7 @@ def format(self, value):
37
38
39
class Boolean(Validator):
40
- """ Validates boolean option values
+ """ Validates Boolean option values.
41
42
"""
43
truth_values = {
0 commit comments