]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Extra space caught by the post-commit-hook, aka Taggnostr :)
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 8 Nov 2010 02:04:05 +0000 (02:04 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 8 Nov 2010 02:04:05 +0000 (02:04 +0000)
Doc/tutorial/introduction.rst

index 6614dd2936005c369c895b27c5faa8b6cb39dbd6..2d5da48293d50d9f1b6594d6fae9368f5bd2a396 100644 (file)
@@ -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