Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43d8cd8

Browse files
committed
Merged revisions 86310 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent e4be721 commit 43d8cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tutorial/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ The interpreter prints the result of string operations in the same way as they
194194
are typed for input: inside quotes, and with quotes and other funny characters
195195
escaped by backslashes, to show the precise value. The string is enclosed in
196196
double quotes if the string contains a single quote and no double quotes, else
197-
it's enclosed in single quotes. Once again, the :func:`print` function
198-
produces the more readable output.
197+
it's enclosed in single quotes. The :func:`print` function produces a more
198+
readable output for such input strings.
199199

200200
String literals can span multiple lines in several ways. Continuation lines can
201201
be used, with a backslash as the last character on the line indicating that the

0 commit comments

Comments
 (0)