From 891d856c365a124ddabc35d13d187a997f93354d Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Fri, 30 Aug 2024 14:28:30 -0400 Subject: [PATCH] Update src/pynwb/ndx_binned_spikes/__init__.py --- src/pynwb/ndx_binned_spikes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,),