Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Aug 8, 2024
1 parent 0290888 commit 7f5c12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/htmldoc/synapses/connectivity_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -508,12 +508,12 @@ and a target ``NodeCollection`` (e.g., a neuron population ``T``), a connection
created according to the ``conn_spec`` parameter passed to
``TripariteConnect``; any one-directional connection specification can
be used. The connections created between ``S`` and ``T`` are the
'primary' connections.
*primary* connections.

For each primary connection, a
third-party connection pair involving a node from a third ``NodeCollection``
(e.g., an astrocyte population ``A``) is created according to the
``third_factor_conn_spec`` provide. This connection pair includes a connection
``third_factor_conn_spec`` provided. This connection pair includes a connection
from the ``S`` node to the ``A`` node, and a connection from the ``A`` node to the
``T`` node.

Expand Down

0 comments on commit 7f5c12e

Please sign in to comment.