Skip to content

Commit e44b27d

Browse files
committed
misplaced versionadded
1 parent 4c72893 commit e44b27d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/difflib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)