projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb48a8b
)
Fix indentation.
author
Georg Brandl
<georg@python.org>
Fri, 3 Dec 2010 19:56:42 +0000
(19:56 +0000)
committer
Georg Brandl
<georg@python.org>
Fri, 3 Dec 2010 19:56:42 +0000
(19:56 +0000)
Doc/library/difflib.rst
patch
|
blob
|
history
diff --git
a/Doc/library/difflib.rst
b/Doc/library/difflib.rst
index bfe5e58e177c565627212e88b2dcae4a47c1780e..1d623ce4f93768bdc19c4a02fd58fdac01309a72 100644
(file)
--- a/
Doc/library/difflib.rst
+++ b/
Doc/library/difflib.rst
@@
-365,12
+365,11
@@
The :class:`SequenceMatcher` class has this constructor:
they occur. All three are reset whenever *b* is reset with :meth:`set_seqs`
or :meth:`set_seq2`.
-.. versionadded:: 3.2
+
.. versionadded:: 3.2
The *bjunk* and *bpopular* attributes.
:class:`SequenceMatcher` objects have the following methods:
-
.. method:: set_seqs(a, b)
Set the two sequences to be compared.