From 0c16beb95ffa8b9849de7f51bcb9bed8e9810012 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 11 May 2004 05:30:09 +0000 Subject: [PATCH] markup adjustment --- Doc/lib/libmailbox.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 767b67827f55..dd1856245c59 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -18,9 +18,11 @@ argument, \var{fp} by the \method{next()} method of the mailbox object. The default is the \class{rfc822.Message} class (see the \refmodule{rfc822} module -- and the note below). -\note{For reasons of this module's internal implementation, you will probably -want to open the \var{fp} object in binary mode. This is especially important -on Windows.} +\begin{notice} + For reasons of this module's internal implementation, you will + probably want to open the \var{fp} object in binary mode. This is + especially important on Windows. +\end{notice} For maximum portability, messages in a \UNIX-style mailbox are separated by any line that begins exactly with the string \code{'From -- 2.47.3