]> granicus.if.org Git - python/commitdiff
fix name in setacl method doc string
authorPiers Lauder <piers@cs.su.oz.au>
Thu, 25 Mar 2004 00:12:21 +0000 (00:12 +0000)
committerPiers Lauder <piers@cs.su.oz.au>
Thu, 25 Mar 2004 00:12:21 +0000 (00:12 +0000)
Lib/imaplib.py

index 0112ddc4846451a2e1dab924343dc0fdb4841862..b70c47ca1cea1b05e6ca0c7f8b7685e0754a8b27 100644 (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)