summaryrefslogtreecommitdiff
path: root/astroid/mixins.py
diff options
context:
space:
mode:
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)