summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-22 12:10:01 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 09:12:32 +0200
commit9c0c457f773659e3ef6474be975903b4322a7936 (patch)
treef136d23f6e82a8232a00992d7d157a8d7dd9e04a /examples
parentf58bba40289f2ba85f4cbbacdda64974924d2b0e (diff)
downloadpylint-git-9c0c457f773659e3ef6474be975903b4322a7936.tar.gz
[spelling] Fix all ie / eg => i.e. / e.g.
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 b05954d45..83bba5143 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 (ie 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,