From b76a2b130584fefa0baa852fef0f572b21cf3039 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 4 Oct 2008 18:37:20 +0000 Subject: #4029: fix typo. --- 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 b016a32..1fdbeec 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -832,7 +832,7 @@ are always available. They are listed here in alphabetical order. must be of integer types, and *y* must be non-negative. -.. function:: print([object, ...][, sep=' '][, end='\n'][, file=sys.stdout]) +.. function:: print([object, ...][, sep=' '][, end='\\n'][, file=sys.stdout]) Print *object*\(s) to the stream *file*, separated by *sep* and followed by *end*. *sep*, *end* and *file*, if present, must be given as keyword -- cgit v0.12