summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-07-25 05:04:50 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-07-25 05:04:50 +0200
commit003e322c69081a0656ec8f810516db3f7b27b7bf (patch)
treedb518089ab653ea7cad1fd2a8a589c211c8752e9 /Doc
parent4d29279eaba660ef0ed9ae99e0ea2851bdd6ce2c (diff)
parent0ce916addda6adaddc4c6a861e2771adf7ebd3b1 (diff)
downloadcpython-003e322c69081a0656ec8f810516db3f7b27b7bf.tar.gz
#16937: merge with 3.3.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/cmdline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index fa01ea1e13..f628165882 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -274,8 +274,8 @@ Miscellaneous options
.. cmdoption:: -u
- Force the binary layer of the stdin, stdout and stderr streams (which is
- available as their ``buffer`` attribute) to be unbuffered. The text I/O
+ Force the binary layer of the stdout and stderr streams (which is
+ available as their ``buffer`` attribute) to be unbuffered. The text I/O
layer will still be line-buffered if writing to the console, or
block-buffered if redirected to a non-interactive file.