summaryrefslogtreecommitdiff
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorKevin O'Connor <kjoconnor@gmail.com>2014-02-12 16:01:08 -0500
committerKevin O'Connor <kjoconnor@gmail.com>2014-02-12 16:01:08 -0500
commite590d27c2d48a02afe90688aab783d2fe587f62e (patch)
treea8f4b112cf85a98ca0fe4bc3ff42818c8054277d /docs/contributing.rst
parent056e7ce13de4de913af8617891dc92e0ea43c669 (diff)
downloadoauthlib-e590d27c2d48a02afe90688aab783d2fe587f62e.tar.gz
Fixing some typos
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 7b6a8ea..744c4c2 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -159,7 +159,7 @@ request reduces our test coverage because it lacks tests then it will be
Also, keep your tests as simple as possible. Complex tests end up requiring
their own tests. We would rather see duplicated assertions across test methods
-then cunning utility methods that magically determine which assertions are
+than cunning utility methods that magically determine which assertions are
needed at a particular stage. Remember: `Explicit is better than implicit`.
Don't mix code changes with whitespace cleanup