[Python-checkins] r86313 - python/branches/py3k/Doc/tutorial/introduction.rst

senthil.kumaran python-checkins at python.org
Mon Nov 8 03:04:05 CET 2010


Author: senthil.kumaran
Date: Mon Nov  8 03:04:05 2010
New Revision: 86313

Log:
Extra space caught by the post-commit-hook, aka Taggnostr :)



Modified:
   python/branches/py3k/Doc/tutorial/introduction.rst

Modified: python/branches/py3k/Doc/tutorial/introduction.rst
==============================================================================
--- python/branches/py3k/Doc/tutorial/introduction.rst	(original)
+++ python/branches/py3k/Doc/tutorial/introduction.rst	Mon Nov  8 03:04:05 2010
@@ -194,7 +194,7 @@
 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


More information about the Python-checkins mailing list