From 8747f42b405102360d163bfc810ddcd168636a90 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Fri, 30 Aug 2024 13:19:13 -0600 Subject: [PATCH] typo on the spec generation --- src/spec/create_extension_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/create_extension_spec.py b/src/spec/create_extension_spec.py index cedf1b8..cfd38c2 100644 --- a/src/spec/create_extension_spec.py +++ b/src/spec/create_extension_spec.py @@ -67,7 +67,7 @@ def main(): name="condition_labels", 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." ), dtype="text",