aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9d3de46..96161c1 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -11,7 +11,7 @@ your changes. To have the best experience contributing, please:
11* Update the readme/docstrings, if necessary 11* Update the readme/docstrings, if necessary
12* Follow the coding style of the current code-base 12* Follow the coding style of the current code-base
13* Ensure that your code is PEP8 compliant 13* Ensure that your code is PEP8 compliant
14* Validate that your changes work with Python 2.7+ and 3.3+ 14* Validate that your changes work with Python 3.5+
15 15
16All code is reviewed before acceptance and changes may be requested to better 16All code is reviewed before acceptance and changes may be requested to better
17follow the conventions of the existing API. 17follow the conventions of the existing API.