mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix indentation.
This commit is contained in:
parent
bb48a8b59a
commit
500be24a64
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue