From: Georg Brandl Date: Sat, 4 Oct 2008 18:37:20 +0000 (+0000) Subject: #4029: fix typo. X-Git-Tag: v3.0rc2~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b76a2b130584fefa0baa852fef0f572b21cf3039;p=thirdparty%2FPython%2Fcpython.git #4029: fix typo. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index b016a3210b5b..1fdbeec2421f 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