Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Fix typo in package description #117

Merged
merged 1 commit into from
Mar 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in package description
pylint --> pycodestyle
  • Loading branch information
ghisvail authored Mar 30, 2017
commit 1dd5638b01a4e7667b79218ac335649eca4c1589
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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