From: Edward Loper <edloper@gradient.cis.upenn.edu> Date: Tue, 28 Sep 2004 02:54:54 +0000 (+0000) Subject: Fixed minor typo in interactive example (backslash shouldn't be doubled) X-Git-Tag: v2.4b1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3077b02ff4d5b4a68043bf44b9c2ec9aa9b11641;p=python Fixed minor typo in interactive example (backslash shouldn't be doubled) --- diff --git a/Doc/lib/emailheaders.tex b/Doc/lib/emailheaders.tex index d4bbeb8584..b29b9419e5 100644 --- a/Doc/lib/emailheaders.tex +++ b/Doc/lib/emailheaders.tex @@ -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}