summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2018-11-14 10:04:20 -0500
committerGitHub <noreply@github.com>2018-11-14 10:04:20 -0500
commitb49f5e75be2e942f264f75acc6a7713c593c5615 (patch)
tree54eea046bd614e8acd7c24fc7294b3ef83f011aa /CONTRIBUTING.rst
parentccdaf5d4274e59e5235a5de84a7cccddb43eee7f (diff)
parentdbffa61665e78fd1f199a8e83df759aad7d19a3d (diff)
downloadpep8-b49f5e75be2e942f264f75acc6a7713c593c5615.tar.gz
Merge pull request #799 from jdufresne/typos
Fix some spelling in CONTRIBUTING.rst
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 18b5a88..9c29ba9 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::