Skip to content

Commit 53488cf

Browse files
Merge pull request #3323 from anthropikos/patch-5
Fix typo in documentation
2 parents f0da7ab + c2625de commit 53488cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/multimeter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ recordables to have them sampled during simulation.
6767
::
6868
6969
mm = nest.Create('multimeter', 1, {'record_from': ['V_m', 'g_ex'],
70-
'record_to': memory})
70+
'record_to': 'memory'})
7171
7272
The sampling interval for recordings (given in ms) can be controlled
7373
using the ``multimeter`` parameter ``interval``. The default value of

0 commit comments

Comments
 (0)