]> granicus.if.org Git - python/commitdiff
Confusing punctuation.
authorGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 10:47:47 +0000 (10:47 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 10:47:47 +0000 (10:47 +0000)
Doc/tutorial/introduction.rst

index c953394e5d17d9d7fc72db062e1960d49ba06d45..5af90b35bb4ba2c6e9e47267cb3f524b5656b699 100644 (file)
@@ -189,7 +189,7 @@ next line is a logical continuation of the line::
 
    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: