summaryrefslogtreecommitdiff
path: root/examples/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pylintrc')
-rw-r--r--examples/pylintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 8a1661072..5146b9941 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -277,8 +277,7 @@ signature-mutators=
[EXCEPTIONS]
-# Exceptions that will emit a warning when being caught. Defaults to
-# "BaseException, Exception".
+# Exceptions that will emit a warning when caught.
overgeneral-exceptions=BaseException,
Exception