summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-23 14:03:23 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-23 14:03:23 +0300
commit765c107a41e9726d10e3d1c622a7509cb409b011 (patch)
treea6cde595e8dbc4e2fe590ff0fef869f901794554 /ChangeLog
parent9163230f09d103beadadca452a4809fce59bc526 (diff)
downloadpylint-765c107a41e9726d10e3d1c622a7509cb409b011.tar.gz
Grammar fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8154628..32492da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -261,9 +261,9 @@ ChangeLog for Pylint
as a special case for the reversed builtin. This will happen
shortly in the future.
- * --comment flag is obsoleted and it will be removed in Pylint 1.6.
+ * --comment flag is obsolete and it will be removed in Pylint 1.6.
- * --profile flag is obsoleted and it will be removed in Pylint 1.6.
+ * --profile flag is obsolete and it will be removed in Pylint 1.6.
* Add a new error, 'misplaced-bare-raise'.