From 9c0c457f773659e3ef6474be975903b4322a7936 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 22 Apr 2022 12:10:01 +0200 Subject: [spelling] Fix all ie / eg => i.e. / e.g. --- examples/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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, -- cgit v1.2.1