From 3abc76f6d5f3f0d47c899b867af7c4cf213566e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 19 Oct 2021 10:24:01 +0200 Subject: [PATCH] Tiny docstring clean-up --- httpie/cli/argtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/cli/argtypes.py b/httpie/cli/argtypes.py index b5069b03..0ed56480 100644 --- a/httpie/cli/argtypes.py +++ b/httpie/cli/argtypes.py @@ -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