]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Fri, 30 Mar 2007 17:48:39 +0000 (17:48 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Mar 2007 17:48:39 +0000 (17:48 +0000)
Doc/lib/libmailbox.tex

index 80ef40c4aad02b6143ca591ed16e6ebd48bb868a..7c716b7909155d519664c36ca65ec4f4dbea4517 100644 (file)
@@ -1285,13 +1285,13 @@ For maximum portability, messages in a \UNIX-style mailbox are
 separated by any line that begins exactly with the string \code{'From
 '} (note the trailing space) if preceded by exactly two newlines.
 Because of the wide-range of variations in practice, nothing else on
-the From_ line should be considered.  However, the current
+the \samp{From_} line should be considered.  However, the current
 implementation doesn't check for the leading two newlines.  This is
 usually fine for most applications.
 
 The \class{UnixMailbox} class implements a more strict version of
-From_ line checking, using a regular expression that usually correctly
-matched From_ delimiters.  It considers delimiter line to be separated
+\samp{From_} line checking, using a regular expression that usually correctly
+matched \samp{From_} delimiters.  It considers delimiter line to be separated
 by \samp{From \var{name} \var{time}} lines.  For maximum portability,
 use the \class{PortableUnixMailbox} class instead.  This class is
 identical to \class{UnixMailbox} except that individual messages are