summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-02-24 11:29:06 +0200
committerVille Skyttä <ville.skytta@iki.fi>2017-02-24 11:29:06 +0200
commit4f429c7a121ecac2f357fa9df7c0af462ce32edb (patch)
tree67ab648632c4ae13ba0c617c3b87b8fa0ea1233e
parentca5350195031c8e29c50292404eaec848bbb073b (diff)
downloadpep8-4f429c7a121ecac2f357fa9df7c0af462ce32edb.tar.gz
Spelling fixes
-rw-r--r--CHANGES.txt2
-rw-r--r--CONTRIBUTING.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 230e2d8..0977432 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,7 +20,7 @@ Bugs:
* Fix another E305 false positive for variables beginning with "class" or
"def"
-* Fix detection of multiple spaces betwen ``async`` and ``def``
+* Fix detection of multiple spaces between ``async`` and ``def``
* Fix handling of variable annotations. Stop reporting E701 on Python 3.6 for
variable annotations.
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index caab193..aad6ad6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -19,7 +19,7 @@ editing::
Now you have a copy of the pycodestyle codebase that is almost ready for
edits. Next we will setup `virtualenv`_ which will help create an isolated
-environment to manage dependancies.
+environment to manage dependencies.
Step 2: Use virtualenv when developing