forked from extern/httpie-cli
Tiny docstring clean-up
This commit is contained in:
parent
021eb651e0
commit
3abc76f6d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user