summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-09 10:17:17 -0500
committerTim Graham <timograham@gmail.com>2013-11-09 10:17:17 -0500
commit98de90d3d81f5db9e969e70b8ce3f0e368726208 (patch)
tree087668c3fb0bc8f8720a5a9b0d89041bf616c477 /docs/internals/contributing/writing-code
parentd15985d81ff1c3b353a48a87189b7847798214c0 (diff)
Fixed spelling of compatibility.
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/coding-style.txt2
1 files changed, 1 insertions, 1 deletions
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