@@ -1676,19 +1676,19 @@ def rowmotion_orbit_iter(self, oideal, element_constructor=set, stop=True, check
16761676 - ``oideal`` -- an order ideal of ``self``, given as an
16771677 iterable
16781678
1679- - ``element_constructor`` (defaults to ``set``) -- a type
1679+ - ``element_constructor`` -- (defaults to ``set``) a type
16801680 constructor (``set``, ``tuple``, ``list``, ``frozenset``,
16811681 ``iter``, etc.) which is to be applied to the order
1682- ideals before they are yielded.
1682+ ideals before they are yielded
16831683
16841684 - ``stop`` -- boolean (default: ``True``);
16851685 whether the iterator should stop once it completes its
16861686 cycle (this happens when it is set to ``True``) or go on
1687- forever (this happens when it is set to ``False``).
1687+ forever (this happens when it is set to ``False``)
16881688
16891689 - ``check`` -- boolean (default: ``True``);
16901690 whether ``oideal`` should be checked for being an
1691- order ideal.
1691+ order ideal
16921692
16931693 OUTPUT:
16941694
@@ -1785,7 +1785,7 @@ def toggling_orbit_iter(self, vs, oideal, element_constructor=set, stop=True, ch
17851785 - ``oideal`` -- an order ideal of ``self``, given as an
17861786 iterable
17871787
1788- - ``element_constructor`` (defaults to ``set``) -- a type
1788+ - ``element_constructor`` -- (default: ``set``) a type
17891789 constructor (``set``, ``tuple``, ``list``, ``frozenset``,
17901790 ``iter``, etc.) which is to be applied to the order
17911791 ideals before they are yielded.
0 commit comments