summaryrefslogtreecommitdiffstats
path: root/Doc/using/cmdline.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r--Doc/using/cmdline.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index a8cdff6..8ab26f5 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -303,7 +303,8 @@ Miscellaneous options
.. cmdoption:: -u
- Force the stdout and stderr streams to be unbuffered.
+ Force the stdout and stderr streams to be unbuffered. This option has no
+ effect on the stdin stream.
See also :envvar:`PYTHONUNBUFFERED`.