mirror of https://github.com/django/django.git
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
This commit is contained in:
parent
841cb45847
commit
10883b63b7
|
@ -32,7 +32,7 @@ Python style
|
|||
* Use four spaces for indentation.
|
||||
|
||||
* Use underscores, not camelCase, for variable, function and method names
|
||||
(i.e. ``poll.get_unique_voters()``, not ``poll.getUniqueVoters``).
|
||||
(i.e. ``poll.get_unique_voters()``, not ``poll.getUniqueVoters()``).
|
||||
|
||||
* Use ``InitialCaps`` for class names (or for factory functions that
|
||||
return classes).
|
||||
|
|
Loading…
Reference in New Issue