Commit f167dc33 authored by Piers Lauder's avatar Piers Lauder

fix name in setacl method doc string

parent e5662aed
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment