[Checkins] SVN: zope3docs/source/codingstyle/python-style.rst PEP 8 doesn't ask for avoiding single letter variables according to our

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


Log message for revision 96730:
  PEP 8 doesn't ask for avoiding single letter variables according to our
  rule. So keep the rule, remove TODO.
  

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:26:34 UTC (rev 96729)
+++ zope3docs/source/codingstyle/python-style.rst	2009-02-19 09:32:35 UTC (rev 96730)
@@ -104,17 +104,14 @@
 
 Single-letter variable names should be avoided unless:
 
- - Their meaning is extremly obvious from the context, and
+ - Their meaning is extremely obvious from the context, and
 
  - Brevity is desireable
 
 The most obviouse case for single-letter variables is for iteration
 variables.
 
-.. note::
-    TODO Does PEP 8 talk about this already?
 
-
 Import ordering
 ---------------
 



More information about the Checkins mailing list