diff --git a/numcodecs/fixedscaleoffset.py b/numcodecs/fixedscaleoffset.py index 83834c4d..2ea871c5 100644 --- a/numcodecs/fixedscaleoffset.py +++ b/numcodecs/fixedscaleoffset.py @@ -15,7 +15,7 @@ class FixedScaleOffset(Codec): ---------- offset : float Value to subtract from data. - scale : int + scale : float Value to multiply by data. dtype : dtype Data type to use for decoded data.