Skip to content

Commit 7bf06d9

Browse files
committed
Merge pull request #35 from nikolas/patch-1
fix typo in readme
2 parents e1da183 + e056584 commit 7bf06d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ largely because Pyflakes only examines the syntax tree of each file
4545
individually. As a consequence, Pyflakes is more limited in the
4646
types of things it can check.
4747

48-
If you like Pyflakes but also want styleistic checks, you want
48+
If you like Pyflakes but also want stylistic checks, you want
4949
flake8_, which combines
5050
Pyflakes with style checks against
5151
`PEP 8`_ and adds

0 commit comments

Comments
 (0)