We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7950f36 commit 228a7c3Copy full SHA for 228a7c3
libmodernize/fixes/fix_next.py
@@ -1,4 +1,4 @@
1
-"""Fixer for it.next() -> advance_iterator(it)"""
+"""Fixer for it.next() -> next(it)"""
2
from __future__ import absolute_import
3
4
# Local imports
0 commit comments