mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
gh-94286 Fix documentation of print default param (GH-94297)
(cherry picked from commit 2db55e0c00)
Co-authored-by: Nouran Ali <nouranalimohammed@gmail.com>
This commit is contained in:
parent
cd6fe96689
commit
8eb4e2ce3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1399,7 +1399,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue