Commit 4487f53f authored by Benjamin Peterson's avatar Benjamin Peterson

typo

parent 74b8924e
...@@ -789,7 +789,7 @@ always available. ...@@ -789,7 +789,7 @@ always available.
def make_streams_binary(): def make_streams_binary():
sys.stdin = sys.stdin.detach() sys.stdin = sys.stdin.detach()
sys.stdout = sys.stout.detach() sys.stdout = sys.stdout.detach()
sys.stderr = sys.stderr.detach() sys.stderr = sys.stderr.detach()
......
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