diff --git a/modernize/fixes/fix_itertools_six.py b/modernize/fixes/fix_itertools_six.py index b6ff62a..7c66184 100644 --- a/modernize/fixes/fix_itertools_six.py +++ b/modernize/fixes/fix_itertools_six.py @@ -45,7 +45,7 @@ def transform(self, node, results): prefix = it.prefix it.remove() # Replace the node which contains ('.', 'function') with the - # function (to be consistant with the second part of the pattern) + # function (to be consistent with the second part of the pattern) dot.remove() func.parent.replace(func) fixer_util.touch_import("six.moves", func.value[1:], node)