diff --git a/3.-Code-style.md b/3.-Code-style.md index cdec87b..0bd5bb7 100644 --- a/3.-Code-style.md +++ b/3.-Code-style.md @@ -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. \ No newline at end of file