Updated 3. Code style (markdown)

jomo
2015-08-11 19:55:25 +02:00
parent 523a734243
commit f095148d1a

@@ -53,7 +53,7 @@ epoch_time = int(logintime.strftime("%s"))
## Comments
Comments are good!
Please comment everything that's non-obious or makes it easier to understand
Please comment everything that's not obvious or where it makes it easier to understand
## PEP 8
Please take a look at [PEP 8 - Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/#code-lay-out) for anything that has not been covered above.