Skip to content

Commit c5d9c95

Browse files
[typo] line: 58, pylit -> pylint
1 parent 429c838 commit c5d9c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For further information and details continue through to the [documentation](http
5555
* [Linting](https://github.com/DonJayamanne/pythonVSCode/wiki/Linting)
5656
+ It can be turned off (default is to be turned on and use pylint)
5757
+ Multiple linters supported (along with support for configuration files for each linter)
58-
+ Supported linters include pylit, pep8, flake8, pydocstyle, prospector
58+
+ Supported linters include pylint, pep8, flake8, pydocstyle, prospector
5959
+ Paths to each of the linters can be optionally configured
6060
+ Custom plugins such as pylint plugin for Django can be easily used by modifying the settings as follows:
6161
```json

0 commit comments

Comments
 (0)