summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Nyby <nnyby@columbia.edu>2015-09-22 09:35:38 -0400
committerNik Nyby <nnyby@columbia.edu>2015-09-22 09:35:38 -0400
commite056584a94ba273f56dda5454d18c5a39616d5c7 (patch)
tree1b2e4b1075eb287441128375987f2ce14cd07edf
parente1da1833ff26bb2a5819d7bee633ff608ec6ab3f (diff)
downloadpyflakes-e056584a94ba273f56dda5454d18c5a39616d5c7.tar.gz
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