Skip to content

Commit

Permalink
fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Nov 20, 2023
1 parent bf0317c commit 01be7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/submodules/stimulus_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ do the following:

.. code-block:: python
stim.delete_events(del_index=24, digital=True, digital_channel="DIGITAL-IN-01") #python is 0 based so 25th event is 24 index
stim.delete_events(del_index=24, digital=True, channel_name="DIGITAL-IN-01") #python is 0 based so 25th event is 24th index
Saving files for easy loading
-----------------------------
Expand Down Expand Up @@ -159,4 +159,4 @@ And remember to :code:`save_events`.
stim.run_all(stim_length_seconds=10, stim_name=['ana1'])
stim.set_trial_groups(trial_dictionary=my_dictionary)
stim.set_stimulus_name(stim_names=my_name_dictionary)
stim.save_events()
stim.save_events()

0 comments on commit 01be7ad

Please sign in to comment.