]> granicus.if.org Git - python/commitdiff
Fixed minor typo in interactive example (backslash shouldn't be doubled)
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 02:54:54 +0000 (02:54 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 02:54:54 +0000 (02:54 +0000)
Doc/lib/emailheaders.tex

index d4bbeb858410fc37cc89a4ec04ee598df1e31fde..b29b9419e5b3d0aff84450aa45e39eb71d400a73 100644 (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}