From 1e49abd6351fb7ab53598b84338814b13ebd5b36 Mon Sep 17 00:00:00 2001 From: Nouran Ali Date: Sun, 26 Jun 2022 12:44:50 +0200 Subject: [PATCH] Update functions.rst trying to solve #94286 --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index da7de18722f87e..2986453803ff7b 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1393,7 +1393,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