summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/pipeline/docs/rfc-2369.rst3
1 files changed, 1 insertions, 2 deletions
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(),)