File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -492,8 +492,8 @@ cdef class DisjointSet_of_integers(DisjointSet_class):
492
492
493
493
INPUT:
494
494
495
- - ``i`` -- element in ``self``
496
- - ``j`` -- element in ``self``
495
+ - ``i`` -- element in ``self``
496
+ - ``j`` -- element in ``self``
497
497
498
498
EXAMPLES::
499
499
@@ -637,7 +637,7 @@ cdef class DisjointSet_of_hashables(DisjointSet_class):
637
637
638
638
INPUT:
639
639
640
- - ``iterable`` -- An iterable of hashable objects.
640
+ - ``iterable`` -- An iterable of hashable objects.
641
641
642
642
EXAMPLES::
643
643
@@ -792,8 +792,8 @@ cdef class DisjointSet_of_hashables(DisjointSet_class):
792
792
793
793
INPUT:
794
794
795
- - ``e`` -- element in ``self``
796
- - ``f`` -- element in ``self``
795
+ - ``e`` -- element in ``self``
796
+ - ``f`` -- element in ``self``
797
797
798
798
EXAMPLES::
799
799
You can’t perform that action at this time.
0 commit comments