Skip to content

Commit b936e18

Browse files
committed
Fix documentation of T sequences
1 parent 3b5f11c commit b936e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/t_sequences.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
r"""
22
T-sequences
33
4-
T-sequences are sets of four (-1, 0, 1) sequences of length `t` where
4+
T-sequences are tuples of four (-1, 0, 1) sequences of length `t` where
55
for every `i` exactly one sequence has a nonzero entry at index `i`
66
and for which the nonperiodic autocorrelation function is equal to zero
77
(i.e. they are complementary). See Definition 7.5 of [Seb2017]_.
@@ -10,7 +10,7 @@
1010
if Turyn sequences of length `l` exists, there will be T-sequences
1111
of length `4l-1` and `2l-1`.
1212
13-
Turyn sequences are sets of four (-1, +1) sequences `X, U, Y, V` of length
13+
Turyn sequences are tuples of four (-1, +1) sequences `X, U, Y, V` of length
1414
`l`, `l`, `l-1`, `l-1` with nonperiodic autocorrelation equal to zero and
1515
the additional constraints that:
1616

0 commit comments

Comments
 (0)