1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Merge pull request #494 from keik/patch-1

Fix typo
This commit is contained in:
Jakub Roztocil
2017-02-07 20:50:43 +01:00
committed by GitHub
+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.
"""