Skip to content

Commit

Permalink
chore: fix docstr spelling error
Browse files Browse the repository at this point in the history
Co-authored-by: Mainak Jas <[email protected]>
  • Loading branch information
gtdang and jasmainak authored Oct 23, 2024
1 parent 1fb51cc commit d807c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def pick_connection(net, src_gids=None, target_gids=None,


def _get_cell_index_by_synapse_type(net):
"""Returns the indexes of excitatory and inhibitory cells in the network.
"""Returns the indices of excitatory and inhibitory cells in the network.
This function extracts the source GIDs (Global Identifiers) of excitatory
and inhibitory cells based on their connection types. Excitatory cells are
Expand Down

0 comments on commit d807c6c

Please sign in to comment.