Skip to content

Commit

Permalink
37282: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Feb 12, 2024
1 parent 87218b4 commit 6b3480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/regular_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def subsequence(self, a, b):
sage: S.regenerated().subsequence(1, -4)
2-regular sequence 0, 0, 0, 0, 1, 3, 6, 9, 12, 18, ...
Check that the zero sequence is handeled correctly (issue:`37282`)
Check that the zero sequence is handled correctly (issue:`37282`)
::
sage: Seq2.zero().subsequence(1, 1)
Expand Down

0 comments on commit 6b3480e

Please sign in to comment.