diff options
Diffstat (limited to '')
-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, |