Skip to content

Commit 0cf18a2

Browse files
authored
Run pre-commit (#273)
1 parent ca984ee commit 0cf18a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-spec/src/somacore/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def create(
6868
A sequence of tuples specifying the domain of each index
6969
column. Each tuple must be a pair consisting of the minimum
7070
and maximum values storable in the index column. This sequence
71-
must have the same length as ``index_column_names``. Use ``None`` for string
72-
index columns when the implementation does not support string domains.
71+
must have the same length as ``index_column_names``. Use ``None`` for string
72+
index columns when the implementation does not support string domains.
7373
platform_config: platform-specific configuration; keys are SOMA
7474
implementation names.
7575

0 commit comments

Comments
 (0)