summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/info.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/docs/info.rst')
-rw-r--r--src/mailman/commands/docs/info.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/info.rst b/src/mailman/commands/docs/info.rst
index 5cea9ee2c..6fce70783 100644
--- a/src/mailman/commands/docs/info.rst
+++ b/src/mailman/commands/docs/info.rst
@@ -51,7 +51,7 @@ system paths that Mailman is using.
... [mailman]
... layout: fhs
... """)
- >>> cleanups.append((config.pop, 'fhs'))
+ >>> ignore = cleanups.callback(config.pop, 'fhs')
>>> config.create_paths = True
The `Filesystem Hierarchy Standard`_ layout is the same everywhere by