gh-94286 Fix documentation of print default param (GH-94297)

This commit is contained in:
Nouran Ali 2022-11-06 22:14:58 +02:00 committed by GitHub
parent 5eff82fdde
commit 2db55e0c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1419,7 +1419,7 @@ are always available. They are listed here in alphabetical order.
supported.
.. function:: print(*objects, sep=' ', end='\n', file=sys.stdout, flush=False)
.. function:: print(*objects, sep=' ', end='\n', file=None, flush=False)
Print *objects* to the text stream *file*, separated by *sep* and followed
by *end*. *sep*, *end*, *file*, and *flush*, if present, must be given as keyword