@@ -289,7 +289,7 @@ congruence of kind *knd* over the :any:`ToddCoxeter` instance *tc*. The
289289:any:`ToddCoxeter` instance constructed in this way represents a quotient of
290290the word graph represented by *tc*.
291291
292- :param knd: the kind (one-sided or two-sided ) of the congruence.
292+ :param knd: the kind (`onesided` or `twosided` ) of the congruence.
293293:type knd: congruence_kind
294294
295295:param tc: the :any:`ToddCoxeter` instance.
@@ -298,8 +298,8 @@ the word graph represented by *tc*.
298298:raises LibsemigroupsError:
299299 if the arguments *knd* and *tc* are not compatible. If the first item is
300300 ``tc.kind()`` and the second is the parameter *knd*, then compatible
301- arguments are (one-sided, one-sided ), (two-sided, one-sided ), and (two-sided ,
302- two-sided ).
301+ arguments are (`onesided`, `onesided` ), (`twosided`, `onesided` ), and (`twosided` ,
302+ `twosided` ).
303303)pbdoc" );
304304
305305 thing.def (py::init<congruence_kind, WordGraph<uint32_t > const &>(),
@@ -319,7 +319,7 @@ or right Cayley graph of a semigroup or monoid, then the
319319:any:`ToddCoxeter` instance will represent a quotient of that
320320semigroup.
321321
322- :param knd: the kind (one-sided or two-sided ) of the congruence.
322+ :param knd: the kind (`onesided` or `twosided` ) of the congruence.
323323:type knd: congruence_kind
324324
325325:param wg: the word graph.
@@ -345,7 +345,7 @@ This function puts a :any:`ToddCoxeter` instance back into the state
345345that it would have been in if it had just been newly constructed from
346346*knd* and *tc*.
347347
348- :param knd: the kind (one-sided or two-sided ) of the congruence.
348+ :param knd: the kind (`onesided` or `twosided` ) of the congruence.
349349:type knd: congruence_kind
350350
351351:param tc: the :any:`ToddCoxeter` instance.
@@ -357,8 +357,8 @@ that it would have been in if it had just been newly constructed from
357357:raises LibsemigroupsError:
358358 if the arguments *knd* and *tc* are not compatible. If the first item is
359359 ``tc.kind()`` and the second is the parameter *knd*, then compatible
360- arguments are (one-sided, one-sided ), (two-sided, one-sided ), and (two-sided ,
361- two-sided ).
360+ arguments are (`onesided`, `onesided` ), (`twosided`, `onesided` ), and (`twosided` ,
361+ `twosided` ).
362362)pbdoc" );
363363
364364 thing.def (
@@ -380,7 +380,7 @@ This function puts a :any:`ToddCoxeter` instance back into the state
380380that it would have been in if it had just been newly constructed from
381381*knd* and *wg*.
382382
383- :param knd: the kind (one-sided or two-sided ) of the congruence.
383+ :param knd: the kind (`onesided` or `twosided` ) of the congruence.
384384:type knd: congruence_kind
385385
386386:param wg: the word graph.
@@ -915,7 +915,7 @@ During any lookaheads that are performed, it is periodically checked what
915915proportion of the active nodes have been killed since the previous such check.
916916This function can be used to set the interval between these checks. The purpose
917917of this setting is to allow lookaheads to be stopped early if the number of
918- nodes being killed is too small (for example, if less than ``1%`` of nodes were
918+ nodes being killed is too small (for example, if less than 1% of nodes were
919919killed in the previous second, then we might want to stop the lookahead early,
920920since lookaheads take some time but may not result in many nodes being
921921killed).
0 commit comments