File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
array dimensions using modulo arithmetic. If equal to 'clamp', an
37
37
ndarray instance sets a subscript exceeding array dimensions to either
38
38
`0` (minimum index) or the maximum index. If the number of modes is
39
- fewer than the number of dimensions, an ndarray instance recycles modes
39
+ less than the number of dimensions, an ndarray instance recycles modes
40
40
using modulo arithmetic. Default: [ options.mode ].
41
41
42
42
options.readonly: boolean (optional)
145
145
subscripts exceeding array dimensions using modulo arithmetic. If equal
146
146
to 'clamp', an ndarray instance sets a subscript exceeding array
147
147
dimensions to either `0` (minimum index) or the maximum index. If the
148
- number of modes is fewer than the number of dimensions, an ndarray
148
+ number of modes is less than the number of dimensions, an ndarray
149
149
instance recycles modes using modulo arithmetic. Default:
150
150
[options.mode].
151
151
You can’t perform that action at this time.
0 commit comments