Skip to content

Commit 228a7c3

Browse files
committed
Correct the doc comment for fix_next.py.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 7950f36 commit 228a7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmodernize/fixes/fix_next.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Fixer for it.next() -> advance_iterator(it)"""
1+
"""Fixer for it.next() -> next(it)"""
22
from __future__ import absolute_import
33

44
# Local imports

0 commit comments

Comments
 (0)