]> granicus.if.org Git - python/commitdiff
#4029: fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 4 Oct 2008 18:37:20 +0000 (18:37 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Oct 2008 18:37:20 +0000 (18:37 +0000)
Doc/library/functions.rst

index b016a3210b5bfcb3638bf1a31ef4fe279c3cc0d3..1fdbeec2421ff675844c201db893fc53668424b3 100644 (file)
@@ -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