Skip to content

Commit 0bcdf42

Browse files
committed
Fix T-sequences documentation
1 parent 59f103b commit 0bcdf42

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/sage/combinat/T_sequences.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _nonperiodic_autocorrelation(sequences, j):
5656
INPUT:
5757
5858
- ``sequences`` - either a single Sequence or a list of sequences for which we want
59-
to compute the nonperiodic autocorrelation
59+
to compute the nonperiodic autocorrelation
6060
6161
- ``j`` - integer, the parameter j used when calculating the nonperiodic autocorrelation
6262
"""
@@ -82,7 +82,7 @@ def is_skew(seq, verbose=False):
8282
- ``seq`` -- the sequence that should be checked
8383
8484
- ``verbose`` -- a boolean (default false). If true the function will be verbose
85-
when the sequences do not satisfy the contraints.
85+
when the sequences do not satisfy the contraints.
8686
8787
EXAMPLES::
8888
@@ -128,7 +128,7 @@ def is_symmetric(seq, verbose=False):
128128
- ``seq`` -- the sequence that should be checked
129129
130130
- ``verbose`` -- a boolean (default false). If true the function will be verbose
131-
when the sequences do not satisfy the contraints.
131+
when the sequences do not satisfy the contraints.
132132
133133
EXAMPLES::
134134
@@ -178,7 +178,7 @@ def is_T_sequences_set(sequences, verbose=False):
178178
- ``sequences`` -- a list of four sequences.
179179
180180
- ``verbose`` -- a boolean( (default false). If true the function will be verbose
181-
when the sequences do not satisfy the contraints.
181+
when the sequences do not satisfy the contraints.
182182
183183
EXAMPLES::
184184
@@ -249,7 +249,7 @@ def turyn_sequences_smallcases(l, existence=False):
249249
- ``l`` -- integer, the length of the Turyn sequences
250250
251251
- ``existence`` -- boolean (default False). If true, only return whether the
252-
Turyn sequences are available for the given length.
252+
Turyn sequences are available for the given length.
253253
254254
EXAMPLES:
255255
@@ -452,7 +452,7 @@ def T_sequences_smallcases(t, existence=False, check=True):
452452
- ``t`` -- integer, the length of the T-sequences to construct
453453
454454
- ``existence`` -- boolean (default false). If true, thsi method only returns whether a T-sequences of
455-
the given size can be constructed.
455+
the given size can be constructed.
456456
457457
- ``check`` -- boolean, if true (default) check that the sequences are T-sequences before returning them.
458458

src/sage/combinat/matrices/hadamard_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def hadamard_matrix_cooper_wallis_construction(x1, x2, x3, x4, A, B, C, D, check
730730
- ``D`` -- the matrix described above
731731
732732
- ``check`` -- a boolean, if true (default) check that the resulting matrix is hadamard
733-
before returing it.
733+
before returing it.
734734
735735
EXAMPLES::
736736

0 commit comments

Comments
 (0)