[Checkins] SVN: zope3docs/source/codingstyle/python-style.rst Link to PEP 8.

Christian Theune ct at gocept.com
Thu Feb 19 04:26:35 EST 2009


Log message for revision 96729:
  Link to PEP 8.
  

Changed:
  U   zope3docs/source/codingstyle/python-style.rst

-=-
Modified: zope3docs/source/codingstyle/python-style.rst
===================================================================
--- zope3docs/source/codingstyle/python-style.rst	2009-02-19 09:24:42 UTC (rev 96728)
+++ zope3docs/source/codingstyle/python-style.rst	2009-02-19 09:26:34 UTC (rev 96729)
@@ -2,7 +2,7 @@
 ===========
 
 The general rule when writing Python code is to follow PEP 8. The rules
-given below override what is said in PEP 8.
+given below override what is said in `PEP 8`_.
 
 .. note::
     Please be aware that PEP 8 recommends module-level consistency over blind
@@ -11,8 +11,6 @@
     modules might not match the current rules. In that case, please make a
     conscious decision about a reasonable level of consistency.
 
-.. note::
-    TODO Provide link to PEP 8.
 
 License statement and module docstring
 --------------------------------------
@@ -160,3 +158,6 @@
 
 A reasonable goal is that code covered by the ZPL should follow these
 conventions.
+
+
+.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/



More information about the Checkins mailing list