Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Aug 20, 2024
1 parent d039089 commit 08fb473
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 @@ -76,7 +76,7 @@ using the ``multimeter`` parameter ``interval``. The default value of
::
nest.SetStatus(mm, 'interval': 0.1})
nest.SetStatus(mm, {'interval': 0.1})
The recording interval must be greater than or equal to the
:ref:`simulation resolution <simulation_resolution>`, which defaults
Expand Down

0 comments on commit 08fb473

Please sign in to comment.