Fixed spelling of compatibility.

This commit is contained in:
Tim Graham 2013-11-09 10:17:17 -05:00
parent d15985d81f
commit 98de90d3d8
5 changed files with 6 additions and 6 deletions

View file

@ -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