Steve Piercy
2014-04-20 98ffa32b78dd11fa2f8b1e5169e7d01fa532caab
- Correct 80-column lines specification to 79 to be compliant with PEP8 and consistent with doc to which this line refers.
1 files modified
2 ■■■ changed files
HACKING.txt 2 ●●● patch | view | raw | blame | history
HACKING.txt
@@ -149,7 +149,7 @@
------------
- PEP8 compliance.  Whitespace rules are relaxed: not necessary to put
  2 newlines between classes.  But 80-column lines, in particular, are
  2 newlines between classes.  But 79-column lines, in particular, are
  mandatory.  See
  http://docs.pylonsproject.org/en/latest/community/codestyle.html for more
  information.