summaryrefslogtreecommitdiff
path: root/_doc/contributing.ryd
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-18 20:09:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-18 20:09:15 +0200
commit0e6fed3fc895f48ba4d924e1c68eece3f3a9d247 (patch)
tree62b3177bf2e0ecc55b2766ac4071e987d31c0bdc /_doc/contributing.ryd
parentd5e044783217b2814126593e996282314386f1da (diff)
downloadruamel.yaml-0e6fed3fc895f48ba4d924e1c68eece3f3a9d247.tar.gz
image to coreinfrastructure.org
Diffstat (limited to '_doc/contributing.ryd')
-rw-r--r--_doc/contributing.ryd2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/contributing.ryd b/_doc/contributing.ryd
index 9cb74b2..fa47d34 100644
--- a/_doc/contributing.ryd
+++ b/_doc/contributing.ryd
@@ -84,7 +84,7 @@ Then make your changes pass without any warnings/errors.
Tox/pytest
++++++++++
-Wether you add something or fix some bug with your code changes, first add one
+Whether you add something or fix some bug with your code changes, first add one
or more tests that fail in the unmodified source when running ``tox``. Once that
is in place add your code, which should have as a result that your added test(s)
no longer fail, and neither should any other existing tests.