Skip to content

Commit

Permalink
Merge pull request #494 from keik/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jkbrzt committed Feb 7, 2017
2 parents b1b4743 + 6b06d92 commit 586f45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpie/core.py
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 586f45e

Please sign in to comment.