From c64cb6fabae54e771e2fab6a42c150e84a3522b1 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 8 Nov 2010 02:04:05 +0000 Subject: [PATCH] Extra space caught by the post-commit-hook, aka Taggnostr :) --- Doc/tutorial/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index 6614dd29360..2d5da48293d 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