Skip to content

Commit 500be24

Browse files
committed
Fix indentation.
1 parent bb48a8b commit 500be24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/difflib.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,11 @@ The :class:`SequenceMatcher` class has this constructor:
365365
they occur. All three are reset whenever *b* is reset with :meth:`set_seqs`
366366
or :meth:`set_seq2`.
367367

368-
.. versionadded:: 3.2
368+
.. versionadded:: 3.2
369369
The *bjunk* and *bpopular* attributes.
370370

371371
:class:`SequenceMatcher` objects have the following methods:
372372

373-
374373
.. method:: set_seqs(a, b)
375374

376375
Set the two sequences to be compared.

0 commit comments

Comments
 (0)