diff --git a/src/pynwb/ndx_binned_spikes/__init__.py b/src/pynwb/ndx_binned_spikes/__init__.py index 0776675..53dd29c 100644 --- a/src/pynwb/ndx_binned_spikes/__init__.py +++ b/src/pynwb/ndx_binned_spikes/__init__.py @@ -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,),