Skip to content

Commit 0267b22

Browse files
authored
Spelling changes
1 parent 18006d1 commit 0267b22

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/data/messages/b/bad-plugin-value/details.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
One of your pylint's plugin cannot be loaded. There's nothing to change in
2-
your code, but the pylint's configuration or installation has an issue.
1+
One of your pylint plugins cannot be loaded. There's nothing to change in
2+
your code, but your pylint configuration or installation has an issue.
33

4-
For example there might be a typo::
4+
For example, there might be a typo. The following config::
55

66
[MAIN]
77
load-plugins = pylint.extensions.bad_biultin
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This warn you that a builtin module was impossible to analyse (an ast node is not pure python).
2-
There's nothing to change in your code, this is a warning about astroid's limitations.
1+
This warns you that a builtin module was impossible to analyse (an ast node is not pure python).
2+
There's nothing to change in your code, this is a warning about astroid and pylint's limitations.

doc/data/messages/u/unrecognized-option/details.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
One of your option is not recognized. There's nothing to change in
2-
your code, but the pylint's configuration or the way you launch
3-
pylint need to be modified.
1+
One of your options is not recognized. There's nothing to change in
2+
your code, but your pylint configuration or the way you launch
3+
pylint needs to be modified.
44

55
For example you might be launching pylint with the following ``toml`` configuration::
66

0 commit comments

Comments
 (0)