Skip to content

Commit 1a386bf

Browse files
Update xcube_multistore/config.py
Co-authored-by: Konstantin Ntokas <[email protected]>
1 parent a6a1adb commit 1a386bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcube_multistore/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
recover_nans=JsonComplexSchema(
145145
title="Optional boolean or mapping to enable NaN recovery during "
146146
"upsampling (only applies when interpolation method is not "
147-
"nearest).",
147+
"`nearest`).",
148148
any_of=[
149149
JsonBooleanSchema(),
150150
JsonObjectSchema(

0 commit comments

Comments
 (0)