We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb48a8b commit 500be24Copy full SHA for 500be24
1 file changed
Doc/library/difflib.rst
@@ -365,12 +365,11 @@ The :class:`SequenceMatcher` class has this constructor:
365
they occur. All three are reset whenever *b* is reset with :meth:`set_seqs`
366
or :meth:`set_seq2`.
367
368
-.. versionadded:: 3.2
+ .. versionadded:: 3.2
369
The *bjunk* and *bpopular* attributes.
370
371
:class:`SequenceMatcher` objects have the following methods:
372
373
-
374
.. method:: set_seqs(a, b)
375
376
Set the two sequences to be compared.
0 commit comments