mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed spelling of compatibility.
This commit is contained in:
parent
d15985d81f
commit
98de90d3d8
5 changed files with 6 additions and 6 deletions
|
@ -198,7 +198,7 @@ Miscellaneous
|
|||
|
||||
* Remove ``import`` statements that are no longer used when you change code.
|
||||
`flake8`_ will identify these imports for you. If an unused import needs to
|
||||
remain for backwards-compatability, mark the end of of with ``# NOQA`` to
|
||||
remain for backwards-compatibility, mark the end of of with ``# NOQA`` to
|
||||
silence the flake8 warning.
|
||||
|
||||
* Systematically remove all trailing whitespaces from your code as those
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue