#4029: fix typo.
This commit is contained in:
parent
0df797943c
commit
b76a2b1305
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue