Skip to content

Commit d4edd45

Browse files
committed
fix whitespaces
1 parent 9c772e5 commit d4edd45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ def guess(self, f, n_verify=100, max_exponent=10, sequence=None):
10561056
[-1 2]},
10571057
(0, 1))
10581058
1059-
The ``INFO`` messages mean that the right vector valued sequence is the sequence `(s(n), s(2n+1))^\top`.
1059+
The ``INFO`` messages mean that the right vector valued sequence is the sequence `(s(n), s(2n+1))^\top`.
10601060
10611061
We guess again, but this time, we use a constant sequence
10621062
for bootstrapping the guessing process::
@@ -1275,8 +1275,8 @@ def values(m, lines):
12751275
"""
12761276
return tuple(seq(m)) + tuple(f(k**t_R * m + r_R) for t_R, r_R in lines)
12771277

1278-
@cached_function(key=lambda lines: len(lines))
1279-
# we assume that existing lines are not changed
1278+
@cached_function(key=lambda lines: len(lines))
1279+
# we assume that existing lines are not changed
12801280
# (we allow appending of new lines)
12811281
def some_inverse_U_matrix(lines):
12821282
r"""

0 commit comments

Comments
 (0)