Commit fc0280f6 authored by Terry Reedy's avatar Terry Reedy

#2986 Correct and duplicate version-added message

parent 5b1c5377
...@@ -45,7 +45,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module. ...@@ -45,7 +45,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
the purpose of sequence matching. This heuristic can be turned off by setting the purpose of sequence matching. This heuristic can be turned off by setting
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`. the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
.. versionadded:: 2.7 .. versionadded:: 2.7.1
The *autojunk* parameter. The *autojunk* parameter.
.. class:: Differ .. class:: Differ
...@@ -363,6 +363,9 @@ The :class:`SequenceMatcher` class has this constructor: ...@@ -363,6 +363,9 @@ The :class:`SequenceMatcher` class has this constructor:
The optional argument *autojunk* can be used to disable the automatic junk The optional argument *autojunk* can be used to disable the automatic junk
heuristic. heuristic.
.. versionadded:: 2.7.1
The *autojunk* parameter.
:class:`SequenceMatcher` objects have the following methods: :class:`SequenceMatcher` objects have the following methods:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment