summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Reedy <tjreedy@udel.edu>2010-11-12 21:08:56 (GMT)
committerTerry Reedy <tjreedy@udel.edu>2010-11-12 21:08:56 (GMT)
commitfc0280f6a5746345097c9148b668116875c657fd (patch)
tree145033d6faaf8e76b80b177dfe9f209b5bf2c466
parent5b1c5377adfab354ce009c25f8462b6bbcb356b4 (diff)
downloadcpython-fc0280f6a5746345097c9148b668116875c657fd.zip
cpython-fc0280f6a5746345097c9148b668116875c657fd.tar.gz
cpython-fc0280f6a5746345097c9148b668116875c657fd.tar.bz2
#2986 Correct and duplicate version-added message
-rw-r--r--Doc/library/difflib.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 4d19b40..899d7e5 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -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: