Skip to content

Commit b418db6

Browse files
Update doc/htmldoc/synapses/simulations_with_gap_junctions.rst
1 parent 872dc66 commit b418db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/htmldoc/synapses/simulations_with_gap_junctions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ possibility to create both connections with a single call to
2222
a = nest.Create("hh_psc_alpha_gap")
2323
b = nest.Create("hh_psc_alpha_gap")
2424
gap_weight = 0.5
25-
syn_dict = {"synapse_model":"gap_junction", "weight": gap_weight}
25+
syn_dict = {"synapse_model": "gap_junction", "weight": gap_weight}
2626
conn_dict = {"rule": "one_to_one", "make_symmetric": True}
2727
# Create gap junction between neurons a and b
2828
nest.Connect(a, b, conn_dict, syn_dict)

0 commit comments

Comments
 (0)