We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44403e commit c1be0edCopy full SHA for c1be0ed
1 file changed
Doc/using/cmdline.rst
@@ -217,10 +217,10 @@ Miscellaneous options
217
Force stdin, stdout and stderr to be totally unbuffered. On systems where it
218
matters, also put stdin, stdout and stderr in binary mode.
219
220
- Note that there is internal buffering in :func:`file.readlines` and
+ Note that there is internal buffering in :meth:`file.readlines` and
221
:ref:`bltin-file-objects` (``for line in sys.stdin``) which is not influenced
222
by this option. To work around this, you will want to use
223
- :func:`file.readline` inside a ``while 1:`` loop.
+ :meth:`file.readline` inside a ``while 1:`` loop.
224
225
See also :envvar:`PYTHONUNBUFFERED`.
226
0 commit comments