#2265: fix example.

This commit is contained in:
Georg Brandl 2008-03-13 07:15:56 +00:00
parent 513460f80d
commit d85a13a954
1 changed files with 1 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ format-specific information that can be converted::
destination = mailbox.MH('~/Mail')
destination.lock()
for message in mailbox.Babyl('~/RMAIL'):
destination.add(MHMessage(message))
destination.add(mailbox.MHMessage(message))
destination.flush()
destination.unlock()