mirror of
https://github.com/httpie/cli.git
synced 2025-08-07 00:25:28 +02:00
Fix typo
This commit is contained in:
@ -61,7 +61,7 @@ def print_debug_info(env):
|
|||||||
|
|
||||||
def decode_args(args, stdin_encoding):
|
def decode_args(args, stdin_encoding):
|
||||||
"""
|
"""
|
||||||
Convert all bytes ags to str
|
Convert all bytes args to str
|
||||||
by decoding them using stdin encoding.
|
by decoding them using stdin encoding.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user