diff options
| author | Barry Warsaw | 2012-03-12 15:57:03 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-12 15:57:03 -0700 |
| commit | 3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2 (patch) | |
| tree | c8096a6c66abfd011cb0484707b2d085e5903ec1 /src | |
| parent | eb41bebb04cb8158d46d130ba63ca2044f2ccbb1 (diff) | |
| download | mailman-3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2.tar.gz mailman-3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2.tar.zst mailman-3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/pipeline/docs/rfc-2369.rst | 3 |
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(),) |
