Commit 3077b02f authored by Edward Loper's avatar Edward Loper

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

parent a7f62814
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment