[Python-checkins] r82264 - python/trunk/Doc/tutorial/introduction.rst

georg.brandl python-checkins at python.org
Sun Jun 27 12:47:47 CEST 2010


Author: georg.brandl
Date: Sun Jun 27 12:47:47 2010
New Revision: 82264

Log:
Confusing punctuation.

Modified:
   python/trunk/Doc/tutorial/introduction.rst

Modified: python/trunk/Doc/tutorial/introduction.rst
==============================================================================
--- python/trunk/Doc/tutorial/introduction.rst	(original)
+++ python/trunk/Doc/tutorial/introduction.rst	Sun Jun 27 12:47:47 2010
@@ -189,7 +189,7 @@
 
    print hello
 
-Note that newlines still need to be embedded in the string using ``\n``; the
+Note that newlines still need to be embedded in the string using ``\n`` -- the
 newline following the trailing backslash is discarded.  This example would print
 the following:
 


More information about the Python-checkins mailing list