From 98de90d3d81f5db9e969e70b8ce3f0e368726208 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 9 Nov 2013 10:17:17 -0500 Subject: Fixed spelling of compatibility. --- docs/internals/contributing/writing-code/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals/contributing/writing-code/coding-style.txt') diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 3d087b43c2..afcf9c072c 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -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 -- cgit v1.3