[Python-3000-checkins] r66795 - python/branches/py3k/Doc/library/functions.rst

georg.brandl python-3000-checkins at python.org
Sat Oct 4 20:37:20 CEST 2008


Author: georg.brandl
Date: Sat Oct  4 20:37:20 2008
New Revision: 66795

Log:
#4029: fix typo.


Modified:
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Sat Oct  4 20:37:20 2008
@@ -832,7 +832,7 @@
    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


More information about the Python-3000-checkins mailing list