From 1dd5638b01a4e7667b79218ac335649eca4c1589 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Thu, 30 Mar 2017 11:44:25 +0100 Subject: [PATCH] Fix typo in package description pylint --> pycodestyle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8704555..3b64c2a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Now you can proceed to install the linter-pycodestyle plugin. You can configure linter-pycodestyle from the settings menu: * **executablePath** Path to your pycodestyle executable. This is useful if you - have different versions of pylint for Python 2 and 3 or if you are using a + have different versions of pycodestyle for Python 2 and 3 or if you are using a virtualenv * **maxLineLength** The max line length for your python code, defaults to 79