Skip to content

Commit 98f0587

Browse files
committed
Merge branch 'u/dkrenn/sequences/k-regular-guess' of github.com:dkrenn/sage into u/dkrenn/sequences/k-regular-guess
* 'u/dkrenn/sequences/k-regular-guess' of github.com:dkrenn/sage: apply suggestion oneline-description of .guess
2 parents 100d978 + 0297668 commit 98f0587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def _n_to_index_(self, n):
981981

982982
def guess(self, f, n_max=100, max_exponent=10, sequence=None):
983983
r"""
984-
Guess a `k`-regular sequence of `(f(n))_{n\geq0}`.
984+
Guess a `k`-regular sequence whose first terms coincide with `(f(n))_{n\geq0}`.
985985
986986
INPUT:
987987

0 commit comments

Comments
 (0)