Skip to content

Commit d1399ce

Browse files
committed
fix: clarified type param
1 parent 9937001 commit d1399ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/rest/datacube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ def convert_data_type(
31033103
"""
31043104
Converts the datacube data to another data type.
31053105
3106-
:param data_type: The desired data type.
3106+
:param data_type: The desired data type, as a string e.g. 'uint8', 'int16ud32767', ...
31073107
31083108
:return: A data cube with the same dimensions but converted to the new data type.
31093109
"""

0 commit comments

Comments
 (0)