We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47753ec commit c396b6dCopy full SHA for c396b6d
Doc/library/functions.rst
@@ -1444,8 +1444,9 @@ are always available. They are listed here in alphabetical order.
1444
arguments are converted to text strings, :func:`print` cannot be used with
1445
binary mode file objects. For these, use ``file.write(...)`` instead.
1446
1447
- Whether the output is buffered is usually determined by *file*, but if the
1448
- *flush* keyword argument is true, the stream is forcibly flushed.
+ Output buffering is usually determined by *file*.
+ However, if *flush* is true, the stream is forcibly flushed.
1449
+
1450
1451
.. versionchanged:: 3.3
1452
Added the *flush* keyword argument.
0 commit comments