[Python-checkins] r58546 - python/branches/release25-maint/Doc/lib/libmailbox.tex

georg.brandl python-checkins at python.org
Fri Oct 19 19:39:18 CEST 2007


Author: georg.brandl
Date: Fri Oct 19 19:39:18 2007
New Revision: 58546

Modified:
   python/branches/release25-maint/Doc/lib/libmailbox.tex
Log:
Backport r58545.


Modified: python/branches/release25-maint/Doc/lib/libmailbox.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libmailbox.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libmailbox.tex	Fri Oct 19 19:39:18 2007
@@ -699,7 +699,7 @@
 subdirectory) or "cur" (if the message should be stored in the \file{cur}
 subdirectory). \note{A message is typically moved from \file{new} to \file{cur}
 after its mailbox has been accessed, whether or not the message is has been
-read. A message \code{msg} has been read if \code{"S" not in msg.get_flags()}
+read. A message \code{msg} has been read if \code{"S" in msg.get_flags()}
 is \code{True}.}
 \end{methoddesc}
 


More information about the Python-checkins mailing list