From 6b06d92a59762233e19ec4fb308d6952f2d5ba46 Mon Sep 17 00:00:00 2001 From: KATO Kei Date: Wed, 27 Jul 2016 09:54:26 +0900 Subject: [PATCH] Fix typo --- httpie/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/core.py b/httpie/core.py index 31e5c48b..6caf9f2a 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. """