From 4f429c7a121ecac2f357fa9df7c0af462ce32edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 24 Feb 2017 11:29:06 +0200 Subject: Spelling fixes --- CHANGES.txt | 2 +- CONTRIBUTING.rst | 2 +- 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 -- cgit v1.2.1