mirror of
https://github.com/httpie/cli.git
synced 2025-08-06 20:50:55 +02:00
Tiny docstring clean-up
This commit is contained in:
@ -62,7 +62,7 @@ class KeyValueArgType:
|
|||||||
self.special_characters.update(separator)
|
self.special_characters.update(separator)
|
||||||
|
|
||||||
def __call__(self, s: str) -> KeyValueArg:
|
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).
|
The best of `self.separators` is determined (first found, longest).
|
||||||
Back slash escaped characters aren't considered as separators
|
Back slash escaped characters aren't considered as separators
|
||||||
|
Reference in New Issue
Block a user