summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst1
-rw-r--r--src/mailman/pipeline/docs/rfc-2369.rst3
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6091ecdd0..e761e28d7 100644
--- a/README.rst
+++ b/README.rst
@@ -39,6 +39,7 @@ Table of Contents
src/mailman/docs/MTA
src/mailman/bin/docs/*
src/mailman/commands/docs/*
+ src/mailman/database/docs/*
src/mailman/model/docs/*
src/mailman/core/docs/*
src/mailman/app/docs/*
diff --git a/src/mailman/pipeline/docs/rfc-2369.rst b/src/mailman/pipeline/docs/rfc-2369.rst
index 473b1dcee..bb9276157 100644
--- a/src/mailman/pipeline/docs/rfc-2369.rst
+++ b/src/mailman/pipeline/docs/rfc-2369.rst
@@ -10,8 +10,7 @@ headers generally start with the `List-` prefix.
>>> mlist.archive = False
..
-This is a helper function for the following section.
-
+ This is a helper function for the following section.
>>> def list_headers(msg, only=None):
... if isinstance(only, basestring):
... only = (only.lower(),)