Commit d1b98ec7 by Toshio Kuratomi

Correct typo

parent 2f5e8170
......@@ -269,7 +269,7 @@ class Display:
def _output_encoding(stderr=False):
if stderr:
return sys.stderr.encoding or 'utf-8'
return sys.stout.encoding or 'utf-8'
return sys.stdout.encoding or 'utf-8'
def _set_column_width(self):
if os.isatty(0):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment