diff --git a/src/sage/combinat/regular_sequence.py b/src/sage/combinat/regular_sequence.py index 0e124946af9..1e4c2b2d340 100644 --- a/src/sage/combinat/regular_sequence.py +++ b/src/sage/combinat/regular_sequence.py @@ -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)