File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -438,9 +438,6 @@ The :class:`SequenceMatcherBase` class has this constructor:
438438 The optional arguments *a * and *b * are sequences to be compared; both default to
439439 empty strings. The elements of both sequences must be :term: `hashable `.
440440
441- .. versionadded :: 3.2
442- The *bjunk * and *bpopular * attributes.
443-
444441 :class: `SequenceMatcherBase ` objects have the following methods:
445442
446443 .. method :: set_seqs(a, b)
@@ -641,6 +638,9 @@ The :class:`SequenceMatcher` class has this constructor:
641638 sequence once and call :meth: `~SequenceMatcherBase.set_seq1 ` repeatedly,
642639 once for each of the other sequences.
643640
641+ .. versionadded :: 3.2
642+ The *bjunk * and *bpopular * attributes.
643+
644644 In addition to methods implemented by :class: `SequenceMatcherBase `,
645645 :class: `SequenceMatcher ` objects have the following methods:
646646
You can’t perform that action at this time.
0 commit comments