1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
KATO Kei
2016-07-27 09:54:26 +09:00
committed by GitHub
parent 6238b59e72
commit 6b06d92a59
+1 -1
View File
@@ -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.
"""