This commit is contained in:
Daniel Quinn 2018-09-23 12:59:56 +01:00
parent ff111f1bde
commit 79e1e60238

View File

@ -21,7 +21,7 @@ Pep8
----
It's the standard for all Python development, so it's `very well documented`_.
The version is:
The short version is:
* Lines should wrap at 79 characters
* Use ``snake_case`` for variables, ``CamelCase`` for classes, and ``ALL_CAPS``