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

Skip to content

Commit bdee494

Browse files
committed
#6190: Remove duplicate paragraph.
1 parent 0abc64d commit bdee494

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Doc/tutorial/introduction.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,6 @@ would print::
239239
This is a rather long string containing\n\
240240
several lines of text much as you would do in C.
241241

242-
The interpreter prints the result of string operations in the same way as they
243-
are typed for input: inside quotes, and with quotes and other funny characters
244-
escaped by backslashes, to show the precise value. The string is enclosed in
245-
double quotes if the string contains a single quote and no double quotes, else
246-
it's enclosed in single quotes. (The :func:`print` function, described later,
247-
can be used to write strings without quotes or escapes.)
248-
249242
Strings can be concatenated (glued together) with the ``+`` operator, and
250243
repeated with ``*``::
251244

0 commit comments

Comments
 (0)