summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2018-02-18 09:57:01 -0500
committerAdrian <adrian@planetcoding.net>2018-02-18 15:57:01 +0100
commitf2e9280f5e5a4e753edb33415f9a16e56b20562a (patch)
tree9a54d0ff8dc9eeb953a982a16239796f0444b975 /scripts
parent041b7385c3d50f1701ce68f1f1a7717787c0c06b (diff)
downloadjinja2-f2e9280f5e5a4e753edb33415f9a16e56b20562a.tar.gz
Fix typos (#815)
Found via `codespell -q 3` using v1.12.0.dev0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pylintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pylintrc b/scripts/pylintrc
index 6a5f0d7..2f190b1 100644
--- a/scripts/pylintrc
+++ b/scripts/pylintrc
@@ -91,7 +91,7 @@ comment=no
# * unused variables / imports
# * undefined variables
# * redefinition of variable from builtins or from an outer scope
-# * use of variable before assigment
+# * use of variable before assignment
#
[VARIABLES]
@@ -118,8 +118,8 @@ ignore-mixin-members=yes
# access to some undefined attributes.
zope=no
-# List of members which are usually get through zope's acquisition mecanism and
-# so shouldn't trigger E0201 when accessed (need zope=yes to be considered).
+# List of members which are usually gotten through zope's acquisition mechanism
+# and so shouldn't trigger E0201 when accessed (need zope=yes to be considered)
acquired-members=REQUEST,acl_users,aq_parent