summaryrefslogtreecommitdiff
path: root/astroid/mixins.py
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-06-02 17:54:31 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-06-02 17:54:31 +0200
commit96be1bbc7ede4ce7c221988a3303a5d7dd46b13a (patch)
treed591f156ce4d351a8afc2316a5f59ecb259c7733 /astroid/mixins.py
parent788bb41c9eb1078237724933e3d33ca98419c41f (diff)
downloadastroid-git-96be1bbc7ede4ce7c221988a3303a5d7dd46b13a.tar.gz
Fix typos
Diffstat (limited to 'astroid/mixins.py')
-rw-r--r--astroid/mixins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/mixins.py b/astroid/mixins.py
index 2241fb44..1d7d9ee4 100644
--- a/astroid/mixins.py
+++ b/astroid/mixins.py
@@ -34,7 +34,7 @@ class FilterStmtsMixin(object):
"""Mixin for statement filtering and assignment type"""
def _get_filtered_stmts(self, _, node, _stmts, mystmt):
- """method used in _filter_stmts to get statemtents and trigger break"""
+ """method used in _filter_stmts to get statements and trigger break"""
if self.statement() is mystmt:
# original node's statement is the assignment, only keep
# current node (gen exp, list comp)