diff options
author | A.M. Kuchling <amk@amk.ca> | 2008-02-26 13:33:22 -0500 |
---|---|---|
committer | A.M. Kuchling <amk@amk.ca> | 2008-02-26 13:33:22 -0500 |
commit | a917f73cbfca76247fbdaa3034cb6a0fa18cada8 (patch) | |
tree | 6c12268c83162ba818eb6331cba4c990fc7ee905 /STYLEGUIDE.txt | |
parent | 633dc85d7b611915e12666704136142b191d2ffd (diff) | |
download | mailman2-a917f73cbfca76247fbdaa3034cb6a0fa18cada8.tar.gz mailman2-a917f73cbfca76247fbdaa3034cb6a0fa18cada8.tar.xz mailman2-a917f73cbfca76247fbdaa3034cb6a0fa18cada8.zip |
Update two URLs
Diffstat (limited to 'STYLEGUIDE.txt')
-rw-r--r-- | STYLEGUIDE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLEGUIDE.txt b/STYLEGUIDE.txt index 16663c90..94debfdf 100644 --- a/STYLEGUIDE.txt +++ b/STYLEGUIDE.txt @@ -10,7 +10,7 @@ This document contains a style guide for Python programming, as used in Mailman. In general, Guido van Rossum's style guide should be taken as a basis, as embodied in PEP 8: - http://www.python.org/peps/pep-0008.html + http://www.python.org/dev/peps/pep-0008/ however, my (Barry Warsaw's) personal preferences differ from Guido's in a few places. "When in Rome..." should apply meaning, when coding stuff for Python, |