File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ \subsection{Unicode Strings \label{unicodeStrings}}
771771u'Hello World !'
772772\end {verbatim }
773773
774- The escape sequence \code {\\ u0020} indicates to insert the Unicode
774+ The escape sequence \code {\e u0020} indicates to insert the Unicode
775775character with the HEX ordinal 0x0020 (the space character) at the
776776given position.
777777
@@ -784,7 +784,7 @@ \subsection{Unicode Strings \label{unicodeStrings}}
784784For experts, there is also a raw mode just like for normal
785785strings. You have to prepend the string with a small 'r' to have
786786Python use the \emph {Raw-Unicode-Escape } encoding. It will only apply
787- the above \code {\\ uXXXX} conversion if there is an uneven number of
787+ the above \code {\e uXXXX} conversion if there is an uneven number of
788788backslashes in front of the small 'u' .
789789
790790\begin {verbatim }
You can’t perform that action at this time.
0 commit comments