From a12457671d3cb6265c52d9e8ef1ea2b387299fe3 Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Fri, 25 Oct 2013 04:41:20 -0400 Subject: [PATCH] Fix missing word in contributor guidelines. --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0e49ac53..f1489733 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -7,8 +7,8 @@ Use Github Pull Requests All potential code changes should be submitted as pull requests on Github. A pull request should only include commits directly applicable to its change -(e.g. a pull request that adds a new feature should include PEP8 changes in an -unrelated area of the code). +(e.g. a pull request that adds a new feature should not include PEP8 changes in +an unrelated area of the code). Code Style ----------