From ed251ce99983254fe61a34ff5ed738371974591b Mon Sep 17 00:00:00 2001 From: Martin Rusev Date: Sat, 28 Oct 2017 10:05:10 +0200 Subject: [PATCH] Typo in Readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1769873..53ef9cb 100644 --- a/README.rst +++ b/README.rst @@ -117,10 +117,10 @@ Usage # With the message id, several actions on the message are available: # delete the message - mbox.delete(uid) + imbox.delete(uid) # mark the message as read - mbox.mark_seen(uid) + imbox.mark_seen(uid) Changelog