summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-04-20 03:46:06 -0700
committerSteve Piercy <web@stevepiercy.com>2014-04-20 03:46:06 -0700
commit4e0d3f5ad9d556db1683a6fce5082543695c3f6f (patch)
treef1b7c140954e960ed4c921230399df1b05bd8eb9 /HACKING.txt
parentc31c6160154d1608ac79458b284f67554d185eae (diff)
downloadpyramid-4e0d3f5ad9d556db1683a6fce5082543695c3f6f.tar.gz
pyramid-4e0d3f5ad9d556db1683a6fce5082543695c3f6f.tar.bz2
pyramid-4e0d3f5ad9d556db1683a6fce5082543695c3f6f.zip
- Correct 80-column lines specification to 79 to be compliant with PEP8 and consistent with doc to which this line refers.
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 8e2c049c2..1386be3af 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -149,7 +149,7 @@ Coding Style
------------
- 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.