From: Georg Brandl Date: Sun, 27 Jun 2010 10:47:47 +0000 (+0000) Subject: Confusing punctuation. X-Git-Tag: v2.7~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=565569b8dcddadb9ad1e5b8cc754119837777db7;p=python Confusing punctuation. --- diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index c953394e5d..5af90b35bb 100644 --- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -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: