summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/options.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitlint-core/gitlint/options.py (renamed from gitlint/options.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint/options.py b/gitlint-core/gitlint/options.py
index 9fdac8f..e5b7335 100644
--- a/gitlint/options.py
+++ b/gitlint-core/gitlint/options.py
@@ -86,7 +86,7 @@ class BoolOption(RuleOption):
class ListOption(RuleOption):
- """ Option that is either a given list or a comma-separated string that can be splitted into a list when being set.
+ """ Option that is either a given list or a comma-separated string that can be split into a list when being set.
"""
@allow_none