Skip to content

Commit d7e0baf

Browse files
committed
Remove one more doubled word in difflib docs (per review request)
1 parent b0d52e0 commit d7e0baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/difflib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ By default, if the second input sequence is at least 200 items long, items
5252
that account for more than 1% it are considered *junk*.
5353

5454
Depending on your data, you should consider turning this heuristic off
55-
(setting :class:`~difflib.SequenceMatcher`'s *autojunk* argument to to ``False``)
55+
(setting :class:`~difflib.SequenceMatcher`'s *autojunk* argument to ``False``)
5656
or tuning it (using the *isjunk* argument, perhaps to one of the
5757
:ref:`predefined functions <difflib-isjunk-functions>`).
5858

0 commit comments

Comments
 (0)