mirror of https://github.com/python/cpython
SF #1738754, remove extra backslash in string
This commit is contained in:
parent
f2eb4cba1a
commit
cc1934a297
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue