diff options
| author | Barry Warsaw | 2012-03-15 19:06:22 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-15 19:06:22 -0700 |
| commit | 44ec37f890c7d4d35504d8f2e56c01abe8c60940 (patch) | |
| tree | 1be17a33b6deb243abb7397b5038ede72411614b /src/mailman/app/docs/lifecycle.rst | |
| parent | bcc42e2201c7172848185e5675a7b79e3d28aa0f (diff) | |
| download | mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.tar.gz mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.tar.zst mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.zip | |
Diffstat (limited to 'src/mailman/app/docs/lifecycle.rst')
| -rw-r--r-- | src/mailman/app/docs/lifecycle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/docs/lifecycle.rst b/src/mailman/app/docs/lifecycle.rst index d8356db74..ed0ce92b7 100644 --- a/src/mailman/app/docs/lifecycle.rst +++ b/src/mailman/app/docs/lifecycle.rst @@ -140,7 +140,7 @@ artifacts. :: >>> from mailman.app.lifecycle import remove_list - >>> remove_list(mlist_2.fqdn_listname, mlist_2, True) + >>> remove_list(mlist_2.fqdn_listname, mlist_2) >>> from mailman.interfaces.listmanager import IListManager >>> from zope.component import getUtility |
