]> granicus.if.org Git - python/commitdiff
Merged revisions 86310 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 8 Nov 2010 02:00:07 +0000 (02:00 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 8 Nov 2010 02:00:07 +0000 (02:00 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines

  Fix Issue 10303: a small clarification in the tutorial.
........

Doc/tutorial/introduction.rst

index f24d628c104e5b31b278816a30b7289e6283b590..88f7bbe440a9028bf896681a8c273191e6318337 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