Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Aug 27, 2024
1 parent 6fd3f3b commit 675a606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
name="condition_indices",
doc= (
"The index of the condition that each timestamps corresponds to "
"(e.g. a stimuli type, trial number, category, etc.)."
"(e.g. a stimulus type, trial number, category, etc.)."
"This is only used when the data is aligned to multiple conditions"
),
dtype="uint64",
Expand All @@ -67,7 +67,7 @@ def main():
neurodata_type_def="BinnedAlignedSpikes",
neurodata_type_inc="NWBDataInterface",
default_name="BinnedAlignedSpikes",
doc="A data interface for binned spike data aligned to an event (e.g. a stimuli or the beginning of a trial).",
doc="A data interface for binned spike data aligned to an event (e.g. a stimulus or the beginning of a trial).",
datasets=[binned_aligned_spikes_data, timestamps, condition_indices, units_region],
attributes=[
NWBAttributeSpec(
Expand Down

0 comments on commit 675a606

Please sign in to comment.