Skip to content

Commit 5b53d28

Browse files
authored
Merge pull request #187 from devosnw/patch-1
Clarify description of `next()` fixer
2 parents 5650894 + 9adea64 commit 5b53d28

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)