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

Skip to content

Commit ea4dcd3

Browse files
committed
remove duplicated paragraph in the tutorial
1 parent 174c4f8 commit ea4dcd3

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
@@ -240,13 +240,6 @@ would print:
240240
This is a rather long string containing\n\
241241
several lines of text much as you would do in C.
242242
243-
The interpreter prints the result of string operations in the same way as they
244-
are typed for input: inside quotes, and with quotes and other funny characters
245-
escaped by backslashes, to show the precise value. The string is enclosed in
246-
double quotes if the string contains a single quote and no double quotes, else
247-
it's enclosed in single quotes. (The :keyword:`print` statement, described
248-
later, can be used to write strings without quotes or escapes.)
249-
250243
Strings can be concatenated (glued together) with the ``+`` operator, and
251244
repeated with ``*``::
252245

0 commit comments

Comments
 (0)