Skip to content

Commit c8a86db

Browse files
committed
Merge branch 't/21325/sequences/k-regular-subseq' into t/21319/sequences/rec-hash
* t/21325/sequences/k-regular-subseq: minor correction in doc
2 parents 35807df + 3a4e849 commit c8a86db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def subsequence(self, a, b, minimize=True):
300300
of all `c_j(an+b_j)`.
301301
302302
- ``minimize`` -- (default: ``True``) a boolean. If set, then
303-
:meth:`minimized` is called after the addition.
303+
:meth:`minimized` is called after the operation.
304304
305305
OUTPUT:
306306
@@ -482,7 +482,7 @@ def backward_differences(self, **kwds):
482482
INPUT:
483483
484484
- ``minimize`` -- (default: ``True``) a boolean. If set, then
485-
:meth:`minimized` is called after the addition.
485+
:meth:`minimized` is called after the operation.
486486
487487
OUTPUT:
488488
@@ -522,7 +522,7 @@ def forward_differences(self, **kwds):
522522
INPUT:
523523
524524
- ``minimize`` -- (default: ``True``) a boolean. If set, then
525-
:meth:`minimized` is called after the addition.
525+
:meth:`minimized` is called after the operation.
526526
527527
OUTPUT:
528528
@@ -563,7 +563,7 @@ def partial_sums(self, include_n=False, minimize=True):
563563
to index `n` (included).
564564
565565
- ``minimize`` -- (default: ``True``) a boolean. If set, then
566-
:meth:`minimized` is called after the addition.
566+
:meth:`minimized` is called after the operation.
567567
568568
OUTPUT:
569569

0 commit comments

Comments
 (0)