summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEdward Loper <edloper@gradient.cis.upenn.edu>2004-09-28 02:54:54 (GMT)
committerEdward Loper <edloper@gradient.cis.upenn.edu>2004-09-28 02:54:54 (GMT)
commit3077b02ff4d5b4a68043bf44b9c2ec9aa9b11641 (patch)
treef8095e6346cb15805553d860200b4df2c247783c /Doc
parenta7f62814cfc0043d695b1831e70537c739d86b14 (diff)
downloadcpython-3077b02ff4d5b4a68043bf44b9c2ec9aa9b11641.zip
cpython-3077b02ff4d5b4a68043bf44b9c2ec9aa9b11641.tar.gz
cpython-3077b02ff4d5b4a68043bf44b9c2ec9aa9b11641.tar.bz2
Fixed minor typo in interactive example (backslash shouldn't be doubled)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/emailheaders.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailheaders.tex b/Doc/lib/emailheaders.tex
index d4bbeb8..b29b941 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}