mirror of
https://github.com/python/cpython.git
synced 2026-06-05 11:04:04 -04:00
Partial fix for SF bug 123730: extra backslash in tutorial.
This commit is contained in:
+1
-1
@@ -767,7 +767,7 @@ special characters in the string, you can do so by using the Python
|
||||
\emph{Unicode-Escape} encoding. The following example shows how:
|
||||
|
||||
\begin{verbatim}
|
||||
>>> u'Hello\\u0020World !'
|
||||
>>> u'Hello\u0020World !'
|
||||
u'Hello World !'
|
||||
\end{verbatim}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user