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 8d4c9e5 commit 8693ec2Copy full SHA for 8693ec2
Doc/library/functions.rst
@@ -1423,8 +1423,9 @@ are always available. They are listed here in alphabetical order.
1423
arguments are converted to text strings, :func:`print` cannot be used with
1424
binary mode file objects. For these, use ``file.write(...)`` instead.
1425
1426
- Whether the output is buffered is usually determined by *file*, but if the
1427
- *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.
1428
+
1429
1430
.. versionchanged:: 3.3
1431
Added the *flush* keyword argument.
0 commit comments