]> granicus.if.org Git - python/commitdiff
#2986 Correct and duplicate version-added message
authorTerry Reedy <tjreedy@udel.edu>
Fri, 12 Nov 2010 21:08:56 +0000 (21:08 +0000)
committerTerry Reedy <tjreedy@udel.edu>
Fri, 12 Nov 2010 21:08:56 +0000 (21:08 +0000)
Doc/library/difflib.rst

index 4d19b406dafbf822f2b0032b3cec801ed4a0e321..899d7e52313fa716553779531425e1725377f2ce 100644 (file)
@@ -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 ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
 
-   .. versionadded:: 2.7
+   .. versionadded:: 2.7.1
       The *autojunk* parameter.
 
 .. class:: Differ
@@ -363,6 +363,9 @@ The :class:`SequenceMatcher` class has this constructor:
    The optional argument *autojunk* can be used to disable the automatic junk
    heuristic.
 
+   .. versionadded:: 2.7.1
+      The *autojunk* parameter.
+
    :class:`SequenceMatcher` objects have the following methods: