diff options
author | Susan Tan <onceuponatimeforever@gmail.com> | 2016-06-03 12:17:41 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-06-06 16:08:23 -0700 |
commit | adcb3a295893b9f260766594cc8c36573ee70aa2 (patch) | |
tree | be6b2586ff255fe681112893c6f30060daecf81a /testsuite/test_api.py | |
parent | e8d358eb27f43544480396ef15fed6b4563537b2 (diff) | |
download | pep8-adcb3a295893b9f260766594cc8c36573ee70aa2.tar.gz |
Fix typos
Diffstat (limited to 'testsuite/test_api.py')
-rw-r--r-- | testsuite/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test_api.py b/testsuite/test_api.py index 7d381ad..2eb5cf3 100644 --- a/testsuite/test_api.py +++ b/testsuite/test_api.py @@ -138,7 +138,7 @@ class APITestCase(unittest.TestCase): self.reset() def test_styleguide_options(self): - # Instanciate a simple checker + # Instanstiate a simple checker pep8style = pycodestyle.StyleGuide(paths=[E11]) # Check style's attributes |