There was an error while loading. Please reload this page.
1 parent b0d52e0 commit d7e0bafCopy full SHA for d7e0baf
1 file changed
Doc/library/difflib.rst
@@ -52,7 +52,7 @@ By default, if the second input sequence is at least 200 items long, items
52
that account for more than 1% it are considered *junk*.
53
54
Depending on your data, you should consider turning this heuristic off
55
-(setting :class:`~difflib.SequenceMatcher`'s *autojunk* argument to to ``False``)
+(setting :class:`~difflib.SequenceMatcher`'s *autojunk* argument to ``False``)
56
or tuning it (using the *isjunk* argument, perhaps to one of the
57
:ref:`predefined functions <difflib-isjunk-functions>`).
58
0 commit comments