diff options
-rw-r--r-- | Lib/imaplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 0112ddc..b70c47c 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -621,7 +621,7 @@ class IMAP4: def setacl(self, mailbox, who, what): """Set a mailbox acl. - (typ, [data]) = <instance>.create(mailbox, who, what) + (typ, [data]) = <instance>.setacl(mailbox, who, what) """ return self._simple_command('SETACL', mailbox, who, what) |