Skip to content

Commit 6b3480e

Browse files
committed
37282: Fix typo
#37283 (comment)
1 parent 87218b4 commit 6b3480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/regular_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def subsequence(self, a, b):
763763
sage: S.regenerated().subsequence(1, -4)
764764
2-regular sequence 0, 0, 0, 0, 1, 3, 6, 9, 12, 18, ...
765765
766-
Check that the zero sequence is handeled correctly (issue:`37282`)
766+
Check that the zero sequence is handled correctly (issue:`37282`)
767767
::
768768
769769
sage: Seq2.zero().subsequence(1, 1)

0 commit comments

Comments
 (0)