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 bd769d7 commit 9357fc9Copy full SHA for 9357fc9
Doc/library/functions.rst
@@ -1443,8 +1443,9 @@ are always available. They are listed here in alphabetical order.
1443
arguments are converted to text strings, :func:`print` cannot be used with
1444
binary mode file objects. For these, use ``file.write(...)`` instead.
1445
1446
- Whether the output is buffered is usually determined by *file*, but if the
1447
- *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.
1448
+
1449
1450
.. versionchanged:: 3.3
1451
Added the *flush* keyword argument.
0 commit comments