diff options
Diffstat (limited to 'src/libcoopgamma.py')
-rw-r--r-- | src/libcoopgamma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoopgamma.py b/src/libcoopgamma.py index 549d2b9..65cbc63 100644 --- a/src/libcoopgamma.py +++ b/src/libcoopgamma.py @@ -83,7 +83,7 @@ class Depth(enum.IntEnum): if v == Depth.UINT16: return '16-bits' if v == Depth.UINT32: - return '326-bits' + return '32-bits' if v == Depth.UINT64: return '64-bits' if v == Depth.FLOAT: |