Mercurial > pylearn
diff doc/v2_planning/API_coding_style.txt @ 1239:470beb000694
merge
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Thu, 23 Sep 2010 11:49:42 -0400 |
parents | 23f63ecf0a9a |
children | 705795076efd |
line wrap: on
line diff
--- a/doc/v2_planning/API_coding_style.txt Thu Sep 23 11:49:19 2010 -0400 +++ b/doc/v2_planning/API_coding_style.txt Thu Sep 23 11:49:42 2010 -0400 @@ -108,6 +108,8 @@ * Limit lines to 79 characters. + * No trailing spaces. + * Naming conventions: ``ClassName``, ``TOP_LEVEL_CONSTANT``, ``everything_else``.