[Python-checkins] r45635 - sandbox/trunk/mailbox/libmailbox.tex
andrew.kuchling
python-checkins at python.org
Sat Apr 22 03:50:35 CEST 2006
Author: andrew.kuchling
Date: Sat Apr 22 03:50:34 2006
New Revision: 45635
Modified:
sandbox/trunk/mailbox/libmailbox.tex
Log:
Typo fix; formatting tweak
Modified: sandbox/trunk/mailbox/libmailbox.tex
==============================================================================
--- sandbox/trunk/mailbox/libmailbox.tex (original)
+++ sandbox/trunk/mailbox/libmailbox.tex Sat Apr 22 03:50:34 2006
@@ -303,7 +303,7 @@
\begin{methoddesc}{clean}{}
Delete temporary files from the mailbox that have not been accessed in the
last 36 hours. The Maildir specification says that mail-reading programs
-should do this occassionally.
+should do this occasionally.
\end{methoddesc}
Some \class{Mailbox} methods implemented by \class{Maildir} deserve special
@@ -326,7 +326,8 @@
\begin{methoddesc}{lock}{}
\methodline{unlock}{}
Maildir mailboxes do not support (or require) locking, so these methods do
-nothing. \end{methoddesc}
+nothing.
+\end{methoddesc}
\begin{methoddesc}{close}{}
\class{Maildir} instances do not keep any open files and the underlying
More information about the Python-checkins
mailing list