Skip to content

Commit c1be0ed

Browse files
author
georg.brandl
committed
Use correct markup.
git-svn-id: http://svn.python.org/projects/python/trunk@58715 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent c44403e commit c1be0ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ Miscellaneous options
217217
Force stdin, stdout and stderr to be totally unbuffered. On systems where it
218218
matters, also put stdin, stdout and stderr in binary mode.
219219

220-
Note that there is internal buffering in :func:`file.readlines` and
220+
Note that there is internal buffering in :meth:`file.readlines` and
221221
:ref:`bltin-file-objects` (``for line in sys.stdin``) which is not influenced
222222
by this option. To work around this, you will want to use
223-
:func:`file.readline` inside a ``while 1:`` loop.
223+
:meth:`file.readline` inside a ``while 1:`` loop.
224224

225225
See also :envvar:`PYTHONUNBUFFERED`.
226226

0 commit comments

Comments
 (0)