Fix links to PEP 4 and 8 (thanks Bill Janssen).

This commit is contained in:
Brett Cannon 2007-01-03 00:54:06 +00:00
parent 9610f63b39
commit cc9c377ac0
1 changed files with 2 additions and 2 deletions

View File

@ -605,10 +605,10 @@ References
==========
.. [#pep-0004] PEP 4: Deprecation of Standard Modules
(http://www.python.org/dev/pep-0004/)
(http://www.python.org/dev/peps/pep-0004/)
.. [#pep-0008] PEP 8: Style Guide for Python Code
(http://www.python.org/dev/pep-0008/)
(http://www.python.org/dev/peps/pep-0008/)
.. [#pep-0360] PEP 360: Externally Maintained Packages
(http://www.python.org/peps/pep-0360/)