diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-15 11:46:26 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-16 08:28:35 -0700 |
commit | dbffa61665e78fd1f199a8e83df759aad7d19a3d (patch) | |
tree | addbfba70fe822db083573c851c85a0a512272b9 /CONTRIBUTING.rst | |
parent | c3d2cbd744236c3a41d1013c9dce2712dcc4eee0 (diff) | |
download | pep8-dbffa61665e78fd1f199a8e83df759aad7d19a3d.tar.gz |
Fix some spelling in CONTRIBUTING.rst
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
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:: |