From cc1934a29797dff4b2b9c1ca123b8a8cb9d8e1b7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 18 Jun 2007 02:46:36 +0000 Subject: [PATCH] SF #1738754, remove extra backslash in string --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index c3c6bf6c604..560a7ef0b56 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