From: Neal Norwitz Date: Mon, 18 Jun 2007 02:46:36 +0000 (+0000) Subject: SF #1738754, remove extra backslash in string X-Git-Tag: v2.6a1~1600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc1934a29797dff4b2b9c1ca123b8a8cb9d8e1b7;p=python SF #1738754, remove extra backslash in string --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index c3c6bf6c60..560a7ef0b5 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -605,7 +605,7 @@ double quotes: >>> "\"Yes,\" he said." '"Yes," he said.' >>> '"Isn\'t," she said.' -'"Isn\'t," she said.' +'"Isn't," she said.' \end{verbatim} String literals can span multiple lines in several ways. Continuation