Skip to content

Commit

Permalink
Tiny docstring clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Oct 19, 2021
1 parent 021eb65 commit 3abc76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpie/cli/argtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, *separators: str):
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
Expand Down

0 comments on commit 3abc76f

Please sign in to comment.