Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b76a2b1

Browse files
committed
#4029: fix typo.
1 parent 0df7979 commit b76a2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ are always available. They are listed here in alphabetical order.
832832
must be of integer types, and *y* must be non-negative.
833833

834834

835-
.. function:: print([object, ...][, sep=' '][, end='\n'][, file=sys.stdout])
835+
.. function:: print([object, ...][, sep=' '][, end='\\n'][, file=sys.stdout])
836836

837837
Print *object*\(s) to the stream *file*, separated by *sep* and followed by
838838
*end*. *sep*, *end* and *file*, if present, must be given as keyword

0 commit comments

Comments
 (0)