diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-02-24 11:29:06 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2017-02-24 11:29:06 +0200 |
commit | 4f429c7a121ecac2f357fa9df7c0af462ce32edb (patch) | |
tree | 67ab648632c4ae13ba0c617c3b87b8fa0ea1233e /CONTRIBUTING.rst | |
parent | ca5350195031c8e29c50292404eaec848bbb073b (diff) | |
download | pep8-4f429c7a121ecac2f357fa9df7c0af462ce32edb.tar.gz |
Spelling fixes
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |