summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2015-09-22 07:02:56 -0700
committerSteven Myint <git@stevenmyint.com>2015-09-22 07:02:56 -0700
commit7bf06d9d67595dc82c28fdfdf0115ede02044471 (patch)
tree1b2e4b1075eb287441128375987f2ce14cd07edf
parente1da1833ff26bb2a5819d7bee633ff608ec6ab3f (diff)
parente056584a94ba273f56dda5454d18c5a39616d5c7 (diff)
downloadpyflakes-7bf06d9d67595dc82c28fdfdf0115ede02044471.tar.gz
Merge pull request #35 from nikolas/patch-1
fix typo in readme
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1ae5e3e..37d30de 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,7 @@ largely because Pyflakes only examines the syntax tree of each file
individually. As a consequence, Pyflakes is more limited in the
types of things it can check.
-If you like Pyflakes but also want styleistic checks, you want
+If you like Pyflakes but also want stylistic checks, you want
flake8_, which combines
Pyflakes with style checks against
`PEP 8`_ and adds