Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python-spec/src/somacore/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading