Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 't/21325/sequences/k-regular-subseq' into t/21319/sequen…
Browse files Browse the repository at this point in the history
…ces/rec-hash

* t/21325/sequences/k-regular-subseq:
  minor correction in doc
  • Loading branch information
dkrenn committed Aug 26, 2016
2 parents 35807df + 3a4e849 commit c8a86db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/combinat/k_regular_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def subsequence(self, a, b, minimize=True):
of all `c_j(an+b_j)`.
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down Expand Up @@ -482,7 +482,7 @@ def backward_differences(self, **kwds):
INPUT:
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down Expand Up @@ -522,7 +522,7 @@ def forward_differences(self, **kwds):
INPUT:
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down Expand Up @@ -563,7 +563,7 @@ def partial_sums(self, include_n=False, minimize=True):
to index `n` (included).
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down

0 comments on commit c8a86db

Please sign in to comment.