Skip to content

Commit d5e2e1c

Browse files
authored
Merge pull request #244 from timgates42/bugfix_typo_which
2 parents 6a656e7 + 89d4012 commit d5e2e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modernize/fixes/fix_itertools_six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def transform(self, node, results):
4444
# Remove the 'itertools'
4545
prefix = it.prefix
4646
it.remove()
47-
# Replace the node wich contains ('.', 'function') with the
47+
# Replace the node which contains ('.', 'function') with the
4848
# function (to be consistant with the second part of the pattern)
4949
dot.remove()
5050
func.parent.replace(func)

0 commit comments

Comments
 (0)