This commit is contained in:
KATO Kei 2016-07-27 09:54:26 +09:00 committed by GitHub
parent 6238b59e72
commit 6b06d92a59

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