diff --git a/httpie/core.py b/httpie/core.py index 17017502..1e2772ce 100644 --- a/httpie/core.py +++ b/httpie/core.py @@ -61,7 +61,7 @@ def print_debug_info(env): def decode_args(args, stdin_encoding): """ - Convert all bytes ags to str + Convert all bytes args to str by decoding them using stdin encoding. """