meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
peerhood:pyph_conventions [2009/03/27 15:01] hevi |
peerhood:pyph_conventions [2011/09/02 12:05] (current) |
||
---|---|---|---|
Line 9: | Line 9: | ||
* Line length is **78** characters. | * Line length is **78** characters. | ||
* Use **UTF-8** character encodign. | * Use **UTF-8** character encodign. | ||
+ | <code> | ||
+ | #!/usr/bin/env python | ||
+ | ## -*- coding: utf-8 -*- | ||
+ | </code> |