@@ -56,7 +56,7 @@ def _nonperiodic_autocorrelation(sequences, j):
56
56
INPUT:
57
57
58
58
- ``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
60
60
61
61
- ``j`` - integer, the parameter j used when calculating the nonperiodic autocorrelation
62
62
"""
@@ -82,7 +82,7 @@ def is_skew(seq, verbose=False):
82
82
- ``seq`` -- the sequence that should be checked
83
83
84
84
- ``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.
86
86
87
87
EXAMPLES::
88
88
@@ -128,7 +128,7 @@ def is_symmetric(seq, verbose=False):
128
128
- ``seq`` -- the sequence that should be checked
129
129
130
130
- ``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.
132
132
133
133
EXAMPLES::
134
134
@@ -178,7 +178,7 @@ def is_T_sequences_set(sequences, verbose=False):
178
178
- ``sequences`` -- a list of four sequences.
179
179
180
180
- ``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.
182
182
183
183
EXAMPLES::
184
184
@@ -249,7 +249,7 @@ def turyn_sequences_smallcases(l, existence=False):
249
249
- ``l`` -- integer, the length of the Turyn sequences
250
250
251
251
- ``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.
253
253
254
254
EXAMPLES:
255
255
@@ -452,7 +452,7 @@ def T_sequences_smallcases(t, existence=False, check=True):
452
452
- ``t`` -- integer, the length of the T-sequences to construct
453
453
454
454
- ``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.
456
456
457
457
- ``check`` -- boolean, if true (default) check that the sequences are T-sequences before returning them.
458
458
0 commit comments