From e056584a94ba273f56dda5454d18c5a39616d5c7 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Tue, 22 Sep 2015 09:35:38 -0400 Subject: fix typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1