summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-15 11:46:26 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-16 08:28:35 -0700
commitdbffa61665e78fd1f199a8e83df759aad7d19a3d (patch)
treeaddbfba70fe822db083573c851c85a0a512272b9
parentc3d2cbd744236c3a41d1013c9dce2712dcc4eee0 (diff)
downloadpep8-dbffa61665e78fd1f199a8e83df759aad7d19a3d.tar.gz
Fix some spelling in CONTRIBUTING.rst
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index f55c5e9..4481d50 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -76,7 +76,7 @@ The current tests are written in 2 styles:
Running unittest
~~~~~~~~~~~~~~~~
-The tests are writted using stdlib `unittest` module, the existing test
+The tests are written using stdlib `unittest` module, the existing tests
include unit, integration and functional tests.
To run the tests::