summaryrefslogtreecommitdiff
path: root/pylint/checkers/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/base.py')
-rw-r--r--pylint/checkers/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/base.py b/pylint/checkers/base.py
index 8b2c650..f90172a 100644
--- a/pylint/checkers/base.py
+++ b/pylint/checkers/base.py
@@ -650,7 +650,7 @@ functions, methods
options = (('required-attributes',
deprecated_option(opt_type='csv',
help_msg="Required attributes for module. "
- "This option is obsoleted.")),
+ "This option is obsolete.")),
('bad-functions',
{'default' : BAD_FUNCTIONS,