Skip to content

Commit 9e5682b

Browse files
committed
rewrite documentation of parameter "sequence"
1 parent 221d33c commit 9e5682b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,8 @@ def guess(self, f, n_max=100, max_dimension=10, sequence=None):
996996
the maximum dimension which is tried when guessing the sequence
997997
998998
- ``sequence`` -- (default: ``None``) a `k`-regular sequence used
999-
for bootstrapping this guessing
999+
for bootstrapping the guessing by adding information of the
1000+
linear representation of ``sequence`` to the guessed representation
10001001
10011002
OUTPUT:
10021003

0 commit comments

Comments
 (0)