summaryrefslogtreecommitdiff
path: root/examples/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pylintrc')
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index ad2faec6c..872166ee9 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -428,7 +428,7 @@ missing-member-max-choices=1
[VARIABLES]
# List of additional names supposed to be defined in builtins. Remember that
-# you should avoid to define new builtins when possible.
+# you should avoid defining new builtins when possible.
additional-builtins=
# Tells whether unused global variables should be treated as a violation.