Fixed minor typo in interactive example (backslash shouldn't be doubled)

This commit is contained in:
Edward Loper 2004-09-28 02:54:54 +00:00
parent a7f62814cf
commit 3077b02ff4

View file

@ -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}