From cb3c950e9befb5772d49f7b3020123555a51ccfb Mon Sep 17 00:00:00 2001 From: Julia Dark Date: Mon, 16 Mar 2026 09:26:49 -0400 Subject: [PATCH] Run pre-commit --- python-spec/src/somacore/data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-spec/src/somacore/data.py b/python-spec/src/somacore/data.py index 4718dc9..5a3cd0c 100644 --- a/python-spec/src/somacore/data.py +++ b/python-spec/src/somacore/data.py @@ -68,8 +68,8 @@ def create( A sequence of tuples specifying the domain of each index column. Each tuple must be a pair consisting of the minimum and maximum values storable in the index column. This sequence - must have the same length as ``index_column_names``. Use ``None`` for string - index columns when the implementation does not support string domains. + must have the same length as ``index_column_names``. Use ``None`` for string + index columns when the implementation does not support string domains. platform_config: platform-specific configuration; keys are SOMA implementation names.