summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-22 10:00:43 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 09:12:32 +0200
commit3bfe47e2c35cce9179df31f01e6ea344da876cbd (patch)
tree7327a34206bb152d6560fe4a7fd73f1eb95127ad /examples
parent9c0c457f773659e3ef6474be975903b4322a7936 (diff)
downloadpylint-git-3bfe47e2c35cce9179df31f01e6ea344da876cbd.tar.gz
[spelling] Remove remaining typoes detected by the spelling checker
Diffstat (limited to 'examples')
-rw-r--r--examples/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom.py b/examples/custom.py
index 83bba5143..526f50ad9 100644
--- a/examples/custom.py
+++ b/examples/custom.py
@@ -15,7 +15,7 @@ class MyAstroidChecker(BaseChecker):
# The name defines a custom section of the config for this checker.
name = "custom"
- # This class variable declares the messages (i.e.the warnings and errors)
+ # This class variable declares the messages (i.e. the warnings and errors)
# that the checker can emit.
msgs = {
# Each message has a code, a message that the user will see,