Skip to content

Commit f2dd055

Browse files
committed
fix docstring (LaTeX)
1 parent d4edd45 commit f2dd055

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_verify=100, max_exponent=10, sequence=None):
996996
997997
- ``max_exponent`` -- (default: ``10``) a positive integer specifying
998998
the maximum exponent of `k` which is tried when guessing the sequence,
999-
i.e., relations between `f(k^t n+r)` are used for `0\le t\le \operatorname{max_exponent}` and `0\le r < k^j`
999+
i.e., relations between `f(k^t n+r)` are used for
1000+
`0\le t\le \mathtt{max\_exponent}` and `0\le r < k^j`
10001001
10011002
- ``sequence`` -- (default: ``None``) a `k`-regular sequence used
10021003
for bootstrapping the guessing by adding information of the

0 commit comments

Comments
 (0)