Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Oct 1, 2024
1 parent 3bbd264 commit 3e06a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/example/single_cell_stdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def event_generators(self, gid):
def probes(self, gid):
def mk(s, t):
return A.cable_probe_point_state(
"stdp_synapse", "expsyn_stdp", state=s, tag=t
"stpd_synapse", "expsyn_stdp", state=s, tag=t
)

return [
Expand Down

0 comments on commit 3e06a0a

Please sign in to comment.