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
1 changed files with 1 additions and 1 deletions

View File

@ -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)