Skip to content

Commit

Permalink
change docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
janskaar committed Jun 21, 2024
1 parent 713f102 commit b898267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/pytests/test_iaf_bw_2001_exact.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_iaf_bw_2001_exact():
def test_connect_NMDA_after_simulate():
"""
Test that error is thrown if we try to make a connection after running
nest.Simulate and the buffers have already been created.
nest.Simulate() and the buffers have already been created.
"""
presyn = nest.Create("iaf_bw_2001_exact")
postsyn = nest.Create("iaf_bw_2001_exact")
Expand Down

0 comments on commit b898267

Please sign in to comment.