mirror of
https://github.com/django/django.git
synced 2025-08-27 14:04:41 +00:00
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
This commit is contained in:
parent
841cb45847
commit
10883b63b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue