From 4efdb41fe73337e557c62ad05b8b674584c67163 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 5 Apr 2015 06:59:09 -0400 Subject: [PATCH] Wording [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a71cdd3d..54ade800a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Please send a pull request to the master branch. Please include [documentation]( ### Guidelines -- Try to keep any code commits clean and separate from reformatting commits. +- Separate code commits from reformatting commits. - Provide tests for any newly added code. - Follow PEP8.