diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-06-18 02:46:36 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-06-18 02:46:36 (GMT) |
commit | cc1934a29797dff4b2b9c1ca123b8a8cb9d8e1b7 (patch) | |
tree | 5e38d136b44979a408c03a90f573b90e03dcb6f4 /Doc/tut | |
parent | f2eb4cba1ac122e1ac18c997864bb8c959638f05 (diff) | |
download | cpython-cc1934a29797dff4b2b9c1ca123b8a8cb9d8e1b7.zip cpython-cc1934a29797dff4b2b9c1ca123b8a8cb9d8e1b7.tar.gz cpython-cc1934a29797dff4b2b9c1ca123b8a8cb9d8e1b7.tar.bz2 |
SF #1738754, remove extra backslash in string
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index c3c6bf6..560a7ef 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 |