Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 657ebef

Browse files
committed
Partial fix for SF bug 123730: extra backslash in tutorial.
1 parent 4b2b445 commit 657ebef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ \subsection{Unicode Strings \label{unicodeStrings}}
767767
\emph{Unicode-Escape} encoding. The following example shows how:
768768

769769
\begin{verbatim}
770-
>>> u'Hello\\u0020World !'
770+
>>> u'Hello\u0020World !'
771771
u'Hello World !'
772772
\end{verbatim}
773773

0 commit comments

Comments
 (0)