diff options
| author | Barry Warsaw | 2009-08-24 15:12:22 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-08-24 15:12:22 -0400 |
| commit | f9b7a5191963cfe0064c155efe0f14e5e520ab14 (patch) | |
| tree | b4401397c7f51f10795a859179198d311a250950 | |
| parent | a1005f004e171eafa385c3da3d80c78edd96317b (diff) | |
| download | mailman-f9b7a5191963cfe0064c155efe0f14e5e520ab14.tar.gz mailman-f9b7a5191963cfe0064c155efe0f14e5e520ab14.tar.zst mailman-f9b7a5191963cfe0064c155efe0f14e5e520ab14.zip | |
| -rw-r--r-- | src/mailman/docs/STYLEGUIDE.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mailman/docs/STYLEGUIDE.txt b/src/mailman/docs/STYLEGUIDE.txt index f95e949eb..d40322d74 100644 --- a/src/mailman/docs/STYLEGUIDE.txt +++ b/src/mailman/docs/STYLEGUIDE.txt @@ -1,6 +1,6 @@ -================================================ -Mailman - The GNU Mailing List Management System -================================================ +============================== +GNU Mailman Coding Style Guide +============================== Copyright (C) 2002-2009 Barry A. Warsaw @@ -126,5 +126,5 @@ should be followed except for the differences outlined here. than ``klass``. -.. `PEP 8`: http://www.python.org/peps/pep-0008.html -.. `GNU Mailman Python template`: http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/annotate/head%3A/template.py +.. _`PEP 8`: http://www.python.org/peps/pep-0008.html +.. _`GNU Mailman Python template`: http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/annotate/head%3A/template.py |
