mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
BabylMailbox description: Properly escape the backslashes in the
string representations.
This commit is contained in:
parent
b63e77ccb0
commit
fab41f1788
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue