summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-12 15:57:03 -0700
committerBarry Warsaw2012-03-12 15:57:03 -0700
commit3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2 (patch)
treec8096a6c66abfd011cb0484707b2d085e5903ec1 /src
parenteb41bebb04cb8158d46d130ba63ca2044f2ccbb1 (diff)
downloadmailman-3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2.tar.gz
mailman-3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2.tar.zst
mailman-3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2.zip
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(),)