We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca984ee commit 0cf18a2Copy full SHA for 0cf18a2
1 file changed
python-spec/src/somacore/data.py
@@ -68,8 +68,8 @@ def create(
68
A sequence of tuples specifying the domain of each index
69
column. Each tuple must be a pair consisting of the minimum
70
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.
+ must have the same length as ``index_column_names``. Use ``None`` for string
+ index columns when the implementation does not support string domains.
73
platform_config: platform-specific configuration; keys are SOMA
74
implementation names.
75
0 commit comments