mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
fix name in setacl method doc string
This commit is contained in:
parent
e5662aedef
commit
f167dc3380
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue