From: Neal Norwitz Date: Mon, 18 Jun 2007 02:50:15 +0000 (+0000) Subject: Revert last change for SF #1738754, there's no print in there. X-Git-Tag: v2.6a1~1599 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d0476f7da7be1a03a5b5d8e48d072b83be2f31d;p=thirdparty%2FPython%2Fcpython.git Revert last change for SF #1738754, there's no print in there. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 560a7ef0b569..c3c6bf6c6047 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