Skip to content

Commit

Permalink
Merge pull request #3323 from anthropikos/patch-5
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
jessica-mitchell authored Oct 14, 2024
2 parents f0da7ab + c2625de commit 53488cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/multimeter.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ recordables to have them sampled during simulation.
::
mm = nest.Create('multimeter', 1, {'record_from': ['V_m', 'g_ex'],
'record_to': memory})
'record_to': 'memory'})
The sampling interval for recordings (given in ms) can be controlled
using the ``multimeter`` parameter ``interval``. The default value of
Expand Down

0 comments on commit 53488cf

Please sign in to comment.