diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-22 14:26:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-22 14:26:16 (GMT) |
commit | fab41f1788a146fa175cc725ebab86569e112d93 (patch) | |
tree | 4d7562c9219382993aabb1b18c2760c4cbbafca1 /Doc/lib/libmailbox.tex | |
parent | b63e77ccb0d7396ff6e7f892b90235602b3a3dc7 (diff) | |
download | cpython-fab41f1788a146fa175cc725ebab86569e112d93.zip cpython-fab41f1788a146fa175cc725ebab86569e112d93.tar.gz cpython-fab41f1788a146fa175cc725ebab86569e112d93.tar.bz2 |
BabylMailbox description: Properly escape the backslashes in the
string representations.
Diffstat (limited to 'Doc/lib/libmailbox.tex')
-rw-r--r-- | Doc/lib/libmailbox.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 9c28977..97c80e9 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -34,7 +34,7 @@ mailbox specified by \var{dirname} is made available. \begin{classdesc}{BabylMailbox}{fp} Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail messages start with a line containing only \code{'*** EOOH ***'} and -end with a line containing only \code{'\037\014'}. +end with a line containing only \code{'\e{}037\e{}014'}. \end{classdesc} |