summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 05a9850..1278a7c 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -789,7 +789,7 @@ always available.
def make_streams_binary():
sys.stdin = sys.stdin.detach()
- sys.stdout = sys.stout.detach()
+ sys.stdout = sys.stdout.detach()
sys.stderr = sys.stderr.detach()