summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-06-27 10:47:47 (GMT)
committerGeorg Brandl <georg@python.org>2010-06-27 10:47:47 (GMT)
commit565569b8dcddadb9ad1e5b8cc754119837777db7 (patch)
treee28715312e2acc2673ef93f72a0698e7a588eb1d /Doc/tutorial
parent21887dfc1af1240580f7c418c0cb813a9e5657c0 (diff)
downloadcpython-565569b8dcddadb9ad1e5b8cc754119837777db7.zip
cpython-565569b8dcddadb9ad1e5b8cc754119837777db7.tar.gz
cpython-565569b8dcddadb9ad1e5b8cc754119837777db7.tar.bz2
Confusing punctuation.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst
index c953394..5af90b3 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: