fix name in setacl method doc string

This commit is contained in:
Piers Lauder 2004-03-25 00:12:21 +00:00
parent e5662aedef
commit f167dc3380

View file

@ -621,7 +621,7 @@ def select(self, mailbox='INBOX', readonly=None):
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)