summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-08 02:04:05 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-08 02:04:05 (GMT)
commitc64cb6fabae54e771e2fab6a42c150e84a3522b1 (patch)
tree1703abc8e910307129413f16a098e87f043d7dd3
parenta0fa1ce3350653f847aa639c4164dcf2f9aee56b (diff)
downloadcpython-c64cb6fabae54e771e2fab6a42c150e84a3522b1.zip
cpython-c64cb6fabae54e771e2fab6a42c150e84a3522b1.tar.gz
cpython-c64cb6fabae54e771e2fab6a42c150e84a3522b1.tar.bz2
Extra space caught by the post-commit-hook, aka Taggnostr :)
-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 6614dd2..2d5da48 100644
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -194,7 +194,7 @@ The interpreter prints the result of string operations in the same way as they
are typed for input: inside quotes, and with quotes and other funny characters
escaped by backslashes, to show the precise value. The string is enclosed in
double quotes if the string contains a single quote and no double quotes, else
-it's enclosed in single quotes. The :func:`print` function produces a more
+it's enclosed in single quotes. The :func:`print` function produces a more
readable output for such input strings.
String literals can span multiple lines in several ways. Continuation lines can