mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fixed minor typo in interactive example (backslash shouldn't be doubled)
This commit is contained in:
parent
a7f62814cf
commit
3077b02ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ Here's an example:
|
|||
\begin{verbatim}
|
||||
>>> from email.Header import decode_header
|
||||
>>> decode_header('=?iso-8859-1?q?p=F6stal?=')
|
||||
[('p\\xf6stal', 'iso-8859-1')]
|
||||
[('p\xf6stal', 'iso-8859-1')]
|
||||
\end{verbatim}
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue