Skip to content

Commit

Permalink
fixed grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Nov 3, 2023
1 parent f5c1c3e commit bac5000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/handling_ragged_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# about the multiple channel indices for each connection is stored in a nested
# array. Importantly, these indices are ragged, as the first connection will be
# computed between 2 seed and 3 target channels, and the second connection
# between 4 seed and 1 target channel. The connectivity functions will
# between 4 seed and 1 target channel(s). The connectivity functions will
# recognise the indices as being ragged, and pad them to a 'full' array by
# adding placeholder values which are masked accordingly. This makes the
# indices easier to work with, and also compatible with the engine used to save
Expand Down

0 comments on commit bac5000

Please sign in to comment.