File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ \subsection{String literals\label{strings}}
350350the string }. For example, the string literal \code {r"\e n"} consists
351351of two characters: a backslash and a lowercase `n'. String quotes can
352352be escaped with a backslash, but the backslash remains in the string;
353- for example, \code {r"\" "} is a valid string literal consisting of two
354- characters: a backslash and a double quote; \code {r"\" } is not a value
353+ for example, \code {r"\e ""} is a valid string literal consisting of two
354+ characters: a backslash and a double quote; \code {r"\e "} is not a value
355355string literal (even a raw string cannot end in an odd number of
356356backslashes). Specifically, \emph {a raw string cannot end in a single
357357backslash } (since the backslash would escape the following quote
You can’t perform that action at this time.
0 commit comments