Tiny docstring clean-up

This commit is contained in:
Mickaël Schoentgen 2021-10-19 10:24:01 +02:00
parent 021eb651e0
commit 3abc76f6d5

View File

@ -62,7 +62,7 @@ class KeyValueArgType:
self.special_characters.update(separator)
def __call__(self, s: str) -> KeyValueArg:
"""Parse raw string arg and return `self.key_value_class` instance.
"""Parse raw string arg and return `self.key_value_class` instance.
The best of `self.separators` is determined (first found, longest).
Back slash escaped characters aren't considered as separators