From 3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 12 Mar 2012 15:57:03 -0700 Subject: Clean up a few documentation issues. --- README.rst | 1 + src/mailman/pipeline/docs/rfc-2369.rst | 3 +-- 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(),) -- cgit v1.3.1