Skip to content

Commit

Permalink
Update src/pynwb/ndx_binned_spikes/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Aug 30, 2024
1 parent c62928b commit 891d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/ndx_binned_spikes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class BinnedAlignedSpikes(NWBDataInterface):
"type": "array_data",
"doc": (
"The labels of the conditions that the data is aligned to. The size of this array should match "
"the number of conditions. This is only used when the data is aligned to multiple conditions."
"the number of conditions. This is only used when the data is aligned to multiple conditions. "
"First condition is index 0, second is index 1, etc."
),
"shape": (None,),
Expand Down

0 comments on commit 891d856

Please sign in to comment.