Skip to content

Commit fe00200

Browse files
committed
address reviewers comments p1
1 parent a8416e5 commit fe00200

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xcube_multistore/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163
)
164164
],
165165
default="Defaults based on data type are used:"
166-
"- float: NaN"
167-
"- uint8: 255"
168-
"- uint16: 65535"
169-
"- other ints: -1"
166+
" `float`: `NaN`, "
167+
" `uint8`: `255`, "
168+
" `uint16`: `65535`, "
169+
" `other ints`: `-1`"
170170
),
171171
tile_size=JsonComplexSchema(
172172
title="Optional tile size used when generating a regular grid from "

0 commit comments

Comments
 (0)