1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-24 03:16:43 +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
commit 586f45e634

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.
"""