]> granicus.if.org Git - python/commitdiff
BabylMailbox description: Properly escape the backslashes in the
authorFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 14:26:16 +0000 (14:26 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 14:26:16 +0000 (14:26 +0000)
string representations.

Doc/lib/libmailbox.tex

index 9c28977e41acb4373f5e82837ae06bccf39cf7bc..97c80e95682d804ee6daf952080c9ebb82a292bb 100644 (file)
@@ -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}