mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Partial fix for SF bug 123730: extra backslash in tutorial.
This commit is contained in:
parent
4b2b445f28
commit
657ebef2ae
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue