Skip to content

Commit 9adea64

Browse files
authored
Clarify description of next() fixer
1 parent 5650894 commit 9adea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fixers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Fixers with no dependencies
279279
280280
.. 2to3fixer:: next
281281
282-
Changes all method calls to ``x.next()`` to ``next(x)``.
282+
Changes all method calls from ``x.next()`` to ``next(x)``.
283283
284284
.. 2to3fixer:: print
285285

0 commit comments

Comments
 (0)